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: htdocs/, /
Date: Wed, 18 Jul 2018 10:46:10
Message-Id: 1531910751.2cec249e662330411aed8fe748264af48cea5c67.mgorny@gentoo
1 commit: 2cec249e662330411aed8fe748264af48cea5c67
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 18 10:45:51 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 18 10:45:51 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=2cec249e
7
8 Convert dev WoT to .svg
9
10 gen-dev-wot.sh | 2 +-
11 htdocs/index.html | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/gen-dev-wot.sh b/gen-dev-wot.sh
15 index 64b0067..d15f461 100755
16 --- a/gen-dev-wot.sh
17 +++ b/gen-dev-wot.sh
18 @@ -17,6 +17,6 @@ gpg -q --keyid-format=long --keyring "${1}/active-devs.gpg" --list-sigs | \
19 /usr/bin/sig2dot -q -t "Gentoo Dev WoT" -s wot-stats.html \
20 > keys.dot
21
22 -dot -Gcharset=latin1 -Tpng keys.dot > "${1}/wot-graph.png"
23 +dot -Gcharset=latin1 -Tsvg keys.dot > "${1}/wot-graph.svg"
24
25 mv wot-stats.html "${1}"
26
27 diff --git a/htdocs/index.html b/htdocs/index.html
28 index 2cdd6c4..98140c6 100644
29 --- a/htdocs/index.html
30 +++ b/htdocs/index.html
31 @@ -85,7 +85,7 @@
32
33 <h3>Misc</h3>
34 <div class="list-group">
35 - <a href="/output/wot-graph.png" class="list-group-item">Gentoo Dev Web of Trust (WoT)</a>
36 + <a href="/output/wot-graph.svg" class="list-group-item">Gentoo Dev Web of Trust (WoT)</a>
37 <a href="/output/wot-stats.html" class="list-group-item">WoT Node Stats</a>
38 <a href="/output/maintainer-needed.html" class="list-group-item">&quot;Maintainer Needed&quot; Packages</a>
39 <a href="/output/dev-timeline.html" class="list-group-item">Developer commit timeline</a>