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, 28 Nov 2012 13:54:17
Message-Id: 1354110835.7b09d1e1fd9b94e3e2d2fe5d3b8cc77ecfc98ebc.darkside@gentoo
1 commit: 7b09d1e1fd9b94e3e2d2fe5d3b8cc77ecfc98ebc
2 Author: Jeremy Olexa <darkside <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 28 13:53:55 2012 +0000
4 Commit: Jeremy Olexa <darkside <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 28 13:53:55 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=7b09d1e1
7
8 Better name for output graph
9
10 Signed-off-by: Jeremy Olexa <darkside <AT> gentoo.org>
11
12 ---
13 gen-dev-wot.sh | 6 +++---
14 htdocs/index.html | 2 +-
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/gen-dev-wot.sh b/gen-dev-wot.sh
18 index ab20c2d..81e70b0 100755
19 --- a/gen-dev-wot.sh
20 +++ b/gen-dev-wot.sh
21 @@ -25,8 +25,8 @@ wget -q -O - http://www.gentoo.org/proj/en/devrel/roll-call/userinfo.xml | \
22 /usr/bin/gpg -q --export `cat keys.txt` > keys.gpg
23
24 /usr/bin/gpg -q --no-default-keyring --keyring ./keys.gpg --list-sigs | \
25 - /usr/bin/sig2dot -q -a -t "Gentoo Dev WoT" -s stats.html 2> /dev/null | \
26 - /usr/bin/neato -Gcharset=latin1 -Tpng > "${1}/graph.png"
27 + /usr/bin/sig2dot -q -a -t "Gentoo Dev WoT" -s wot-stats.html 2> /dev/null | \
28 + /usr/bin/neato -Gcharset=latin1 -Tpng > "${1}/wot-graph.png"
29
30 -mv stats.html "${1}"
31 +mv wot-stats.html "${1}"
32 rm -rf $GNUPGHOME
33
34 diff --git a/htdocs/index.html b/htdocs/index.html
35 index 10465c3..7e3213d 100644
36 --- a/htdocs/index.html
37 +++ b/htdocs/index.html
38 @@ -64,7 +64,7 @@
39 <h2>
40 Misc:
41 </h2>
42 - <a href=http://qa-reports.gentoo.org/output/graph.png>Gentoo Dev WoT</a> (Updated Weekly)&nbsp;|&nbsp;<a href=http://qa-reports.gentoo.org/output/stats.html>Node Stats</a>
43 + <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>
44
45 </body>
46 </html>