Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: pkgcheck2html/, htdocs/
Date: Mon, 05 Dec 2016 07:34:42
Message-Id: 1480923258.f12592f37eacbcf525e9ff8bde379b4822628bf8.mgorny@gentoo
1 commit: f12592f37eacbcf525e9ff8bde379b4822628bf8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 5 07:34:18 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 5 07:34:18 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=f12592f3
7
8 pkgcheck2html: move CSS to htdocs
9
10 pkgcheck2html/output.css => htdocs/pkgcheck2html.css | 0
11 pkgcheck2html/output.html.jinja | 2 +-
12 2 files changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/pkgcheck2html/output.css b/htdocs/pkgcheck2html.css
15 similarity index 100%
16 rename from pkgcheck2html/output.css
17 rename to htdocs/pkgcheck2html.css
18
19 diff --git a/pkgcheck2html/output.html.jinja b/pkgcheck2html/output.html.jinja
20 index 2e44619..e04d27e 100644
21 --- a/pkgcheck2html/output.html.jinja
22 +++ b/pkgcheck2html/output.html.jinja
23 @@ -3,7 +3,7 @@
24 <head>
25 <meta charset="utf-8"/>
26 <title>Gentoo CI - QA check results</title>
27 - <link rel="stylesheet" type="text/css" href="output.css" />
28 + <link rel="stylesheet" type="text/css" href="/pkgcheck2html.css" />
29 </head>
30
31 <body>