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: Sun, 24 Aug 2014 12:09:39
Message-Id: 1408882183.6ed8b919cbe7a41804a84ca2c5a5c0b20ac8a3c7.ulm@gentoo
1 commit: 6ed8b919cbe7a41804a84ca2c5a5c0b20ac8a3c7
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 24 12:09:43 2014 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 24 12:09:43 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=6ed8b919
7
8 gen-dev-wot.sh: Accept keys with 8 or 16 hex digits.
9
10 ---
11 gen-dev-wot.sh | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/gen-dev-wot.sh b/gen-dev-wot.sh
15 index a82541b..fc66d30 100755
16 --- a/gen-dev-wot.sh
17 +++ b/gen-dev-wot.sh
18 @@ -17,7 +17,7 @@ export GNUPGHOME=$(mktemp -d --suffix=$(basename $0))
19 cd $GNUPGHOME || exit 1
20
21 wget -q -O - http://www.gentoo.org/proj/en/devrel/roll-call/userinfo.xml | \
22 - egrep -o 0x[A-Z0-9]\{8\} > keys.txt
23 + egrep -o '0x([A-Z0-9]{8}){1,2}' > keys.txt
24
25 /usr/bin/gpg -q --keyserver hkp://pool.sks-keyservers.net --recv-keys \
26 `cat keys.txt`