From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1C7F5138CD0 for ; Sun, 10 May 2015 12:07:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FA60E0844; Sun, 10 May 2015 12:07:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D2DEE0844 for ; Sun, 10 May 2015 12:07:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E62D8340F64 for ; Sun, 10 May 2015 12:07:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A7779D1 for ; Sun, 10 May 2015 12:07:49 +0000 (UTC) From: "Alexey Lapitsky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Lapitsky" Message-ID: <1431259573.9215c9140379b16e93179bc151a149b2ef8bea5d.vzctl@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: / X-VCS-Repository: proj/qa-scripts X-VCS-Files: gen-dev-wot.sh X-VCS-Directories: / X-VCS-Committer: vzctl X-VCS-Committer-Name: Alexey Lapitsky X-VCS-Revision: 9215c9140379b16e93179bc151a149b2ef8bea5d X-VCS-Branch: master Date: Sun, 10 May 2015 12:07:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ce445385-8620-45fd-b255-21b7dadad961 X-Archives-Hash: 840160e13ed7aafa4b1661561afb1abc commit: 9215c9140379b16e93179bc151a149b2ef8bea5d Author: Alexey Lapitsky gentoo org> AuthorDate: Sun May 10 12:06:13 2015 +0000 Commit: Alexey Lapitsky gentoo 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 | \