commit:     e0b05361c523f75d0cac2e037b9ecbd5aae3262d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 18 10:35:59 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 18 10:35:59 2018 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=e0b05361

gen-dev-wot: Use --keyid-format=long to workaround buggy sig2dot

 gen-dev-wot.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gen-dev-wot.sh b/gen-dev-wot.sh
index dda83a7..64b0067 100755
--- a/gen-dev-wot.sh
+++ b/gen-dev-wot.sh
@@ -13,7 +13,7 @@ if ! type -P dot &>/dev/null; then
        echo "install graphviz"; exit 1
 fi
 
-gpg -q --keyring "${1}/active-devs.gpg" --list-sigs | \
+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
 

Reply via email to