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: /
Date: Wed, 18 Jul 2018 10:36:46
Message-Id: 1531910159.e0b05361c523f75d0cac2e037b9ecbd5aae3262d.mgorny@gentoo
1 commit: e0b05361c523f75d0cac2e037b9ecbd5aae3262d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 18 10:35:59 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 18 10:35:59 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=e0b05361
7
8 gen-dev-wot: Use --keyid-format=long to workaround buggy sig2dot
9
10 gen-dev-wot.sh | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/gen-dev-wot.sh b/gen-dev-wot.sh
14 index dda83a7..64b0067 100755
15 --- a/gen-dev-wot.sh
16 +++ b/gen-dev-wot.sh
17 @@ -13,7 +13,7 @@ if ! type -P dot &>/dev/null; then
18 echo "install graphviz"; exit 1
19 fi
20
21 -gpg -q --keyring "${1}/active-devs.gpg" --list-sigs | \
22 +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