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 3367D1381F3 for ; Wed, 28 Nov 2012 13:34:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F417321C009; Wed, 28 Nov 2012 13:33:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 796AD21C009 for ; Wed, 28 Nov 2012 13:33:53 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A26E33D948 for ; Wed, 28 Nov 2012 13:33:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A4E1FE5436 for ; Wed, 28 Nov 2012 13:33:50 +0000 (UTC) From: "Jeremy Olexa" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeremy Olexa" Message-ID: <1354109627.5b97645694cc7ea33c5f30f51cbc54f9985b4783.darkside@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: darkside X-VCS-Committer-Name: Jeremy Olexa X-VCS-Revision: 5b97645694cc7ea33c5f30f51cbc54f9985b4783 X-VCS-Branch: master Date: Wed, 28 Nov 2012 13:33:50 +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: aab34e62-0fc0-450f-bf79-90fedcab3740 X-Archives-Hash: 40fc05e48518af7ec0216a7bc54e12bd commit: 5b97645694cc7ea33c5f30f51cbc54f9985b4783 Author: Jeremy Olexa gentoo org> AuthorDate: Wed Nov 28 13:33:47 2012 +0000 Commit: Jeremy Olexa gentoo org> CommitDate: Wed Nov 28 13:33:47 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=5b976456 remove erroneous command Signed-off-by: Jeremy Olexa gentoo.org> --- gen-dev-wot.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gen-dev-wot.sh b/gen-dev-wot.sh index 6ded25e..ab20c2d 100755 --- a/gen-dev-wot.sh +++ b/gen-dev-wot.sh @@ -17,7 +17,7 @@ export GNUPGHOME=$(mktemp -d --suffix=$(basename $0)) 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\} | egrep [A-Z0-9]\{8\} > keys.txt + egrep -o 0x[A-Z0-9]\{8\} > keys.txt /usr/bin/gpg -q --keyserver hkp://pool.sks-keyservers.net --recv-keys \ `cat keys.txt` &> /dev/null