Gentoo Archives: gentoo-commits

From: Jeremy Olexa <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: htdocs/
Date: Wed, 26 Dec 2012 13:55:32
Message-Id: 1356530117.0dc20d3409aec39b840986b61934bf910bc23c33.darkside@gentoo
1 commit: 0dc20d3409aec39b840986b61934bf910bc23c33
2 Author: Jeremy Olexa <darkside <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 26 13:55:17 2012 +0000
4 Commit: Jeremy Olexa <darkside <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 26 13:55:17 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=0dc20d34
7
8 use local paths
9
10 Signed-off-by: Jeremy Olexa <darkside <AT> gentoo.org>
11
12 ---
13 htdocs/index.html | 20 ++++++++++----------
14 1 files changed, 10 insertions(+), 10 deletions(-)
15
16 diff --git a/htdocs/index.html b/htdocs/index.html
17 index 7e3213d..be321f6 100644
18 --- a/htdocs/index.html
19 +++ b/htdocs/index.html
20 @@ -39,22 +39,22 @@
21 <h2>
22 Tree Wide Scanning:
23 </h2>
24 - <a href=http://qa-reports.gentoo.org/output/genrdeps/rindex/>Reverse runtime dependencies</a>
25 + <a href=/output/genrdeps/rindex/>Reverse runtime dependencies</a>
26 <br />
27 - <a href=http://qa-reports.gentoo.org/output/genrdeps/dindex/>Reverse buildtime dependencies</a>
28 + <a href=/output/genrdeps/dindex/>Reverse buildtime dependencies</a>
29 <br />
30 - <a href=http://qa-reports.gentoo.org/output/genrdeps/pindex/>Reverse post dependencies</a>
31 + <a href=/output/genrdeps/pindex/>Reverse post dependencies</a>
32 <br />
33 - <a href=http://qa-reports.gentoo.org/output/eapi_usage.txt>EAPI Usage</a>&nbsp;|&nbsp;
34 - <a href=http://qa-reports.gentoo.org/output/eapi-per-eclass/>EAPI Usage per eclass</a>
35 + <a href=/output/eapi_usage.txt>EAPI Usage</a>&nbsp;|&nbsp;
36 + <a href=/output/eapi-per-eclass/>EAPI Usage per eclass</a>
37 <br />
38 - <a href=http://qa-reports.gentoo.org/output/invalid-mask.txt>Invalid package.mask entries</a>
39 + <a href=/output/invalid-mask.txt>Invalid package.mask entries</a>
40 <br />
41 - <a href=http://qa-reports.gentoo.org/output/filesdir-usage.txt>Top 100 largest FILESDIRs</a>
42 + <a href=/output/filesdir-usage.txt>Top 100 largest FILESDIRs</a>
43 <br />
44 - <a href=http://qa-reports.gentoo.org/output/find-binary-files.txt>Binary files in gentoo-x86</a>
45 + <a href=/output/find-binary-files.txt>Binary files in gentoo-x86</a>
46 <br />
47 - <a href=http://qa-reports.gentoo.org/output/eclass-usage/>Listing of packages that inherit an eclass</a>
48 + <a href=/output/eclass-usage/>Listing of packages that inherit an eclass</a>
49 <h2>
50 Rsync Usage:
51 </h2>
52 @@ -64,7 +64,7 @@
53 <h2>
54 Misc:
55 </h2>
56 - <a href=http://qa-reports.gentoo.org/output/wot-graph.png>Gentoo Dev WoT</a> (Updated Weekly)&nbsp;|&nbsp;<a href=http://qa-reports.gentoo.org/output/wot-stats.html>Node Stats</a>
57 + <a href=/output/wot-graph.png>Gentoo Dev WoT</a> (Updated Weekly)&nbsp;|&nbsp;<a href=/output/wot-stats.html>Node Stats</a>
58
59 </body>
60 </html>