Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: /
Date: Fri, 14 Feb 2020 09:17:51
Message-Id: 1581671695.da3e09b2bcb85bbfec0dc6c37235c7139c41c74a.ulm@gentoo
1 commit: da3e09b2bcb85bbfec0dc6c37235c7139c41c74a
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 14 09:14:55 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 14 09:14:55 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=da3e09b2
7
8 gen-dev-wot.sh: graphviz documentation says "UTF-8".
9
10 https://www.graphviz.org/doc/info/attrs.html#d:charset says that the
11 only allowed values are "UTF-8" and "iso-8859-1"/"Latin1".
12
13 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
14
15 gen-dev-wot.sh | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/gen-dev-wot.sh b/gen-dev-wot.sh
19 index f2b21d5..8f01995 100755
20 --- a/gen-dev-wot.sh
21 +++ b/gen-dev-wot.sh
22 @@ -17,6 +17,6 @@ gpg -q --keyid-format=long --keyring "${1}/active-devs.gpg" --list-sigs | \
23 /usr/bin/sig2dot -q -t "Gentoo Dev WoT" -s wot-stats.html \
24 > keys.dot
25
26 -dot -Gcharset=utf8 -Tsvg keys.dot > "${1}/wot-graph.svg"
27 +dot -Gcharset=UTF-8 -Tsvg keys.dot > "${1}/wot-graph.svg"
28
29 mv wot-stats.html "${1}"