commit:     9215c9140379b16e93179bc151a149b2ef8bea5d
Author:     Alexey Lapitsky <vzctl <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 12:06:13 2015 +0000
Commit:     Alexey Lapitsky <vzctl <AT> gentoo <DOT> org>
CommitDate: Sun May 10 12:06:13 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=9215c914

firewalls workaround for gen-dev-wot.sh

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

diff --git a/gen-dev-wot.sh b/gen-dev-wot.sh
index fc66d30..dd3d88a 100755
--- a/gen-dev-wot.sh
+++ b/gen-dev-wot.sh
@@ -19,7 +19,8 @@ cd $GNUPGHOME || exit 1
 wget -q -O -  http://www.gentoo.org/proj/en/devrel/roll-call/userinfo.xml | \
        egrep -o '0x([A-Z0-9]{8}){1,2}' > keys.txt
 
-/usr/bin/gpg -q --keyserver hkp://pool.sks-keyservers.net --recv-keys \
+# Looks like all the outgoing connections to port 11371 are blocked from 
scrubfowl
+/usr/bin/gpg -q --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys \
        `cat keys.txt`
 
 /usr/bin/gpg -q --no-default-keyring --list-sigs | \

Reply via email to