aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-02-14 10:14:55 +0100
committerUlrich Müller <ulm@gentoo.org>2020-02-14 10:14:55 +0100
commitda3e09b2bcb85bbfec0dc6c37235c7139c41c74a (patch)
tree0712231adcb1dca937f90549541d2b925c7bca40 /gen-dev-wot.sh
parentswitch WoT to utf8 (diff)
downloadqa-scripts-da3e09b2bcb85bbfec0dc6c37235c7139c41c74a.tar.gz
qa-scripts-da3e09b2bcb85bbfec0dc6c37235c7139c41c74a.tar.bz2
qa-scripts-da3e09b2bcb85bbfec0dc6c37235c7139c41c74a.zip
gen-dev-wot.sh: graphviz documentation says "UTF-8".
https://www.graphviz.org/doc/info/attrs.html#d:charset says that the only allowed values are "UTF-8" and "iso-8859-1"/"Latin1". Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'gen-dev-wot.sh')
-rwxr-xr-xgen-dev-wot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen-dev-wot.sh b/gen-dev-wot.sh
index f2b21d5..8f01995 100755
--- a/gen-dev-wot.sh
+++ b/gen-dev-wot.sh
@@ -17,6 +17,6 @@ gpg -q --keyid-format=long --keyring "${1}/active-devs.gpg" --list-sigs | \
/usr/bin/sig2dot -q -t "Gentoo Dev WoT" -s wot-stats.html \
> keys.dot
-dot -Gcharset=utf8 -Tsvg keys.dot > "${1}/wot-graph.svg"
+dot -Gcharset=UTF-8 -Tsvg keys.dot > "${1}/wot-graph.svg"
mv wot-stats.html "${1}"