From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R4ymr-0001HZ-2z for garchives@archives.gentoo.org; Sat, 17 Sep 2011 17:34:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03DE921C064; Sat, 17 Sep 2011 17:34:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C11D721C064 for ; Sat, 17 Sep 2011 17:34:37 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BD291B4014 for ; Sat, 17 Sep 2011 17:34:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9F51B80044 for ; Sat, 17 Sep 2011 17:34:36 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <3a4ca2531dfa7cd9dabcbf2ccfec1d977aef7f49.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/emerge-webrsync X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 3a4ca2531dfa7cd9dabcbf2ccfec1d977aef7f49 Date: Sat, 17 Sep 2011 17:34:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: f718e41369eac718a630a96f69fdd273 commit: 3a4ca2531dfa7cd9dabcbf2ccfec1d977aef7f49 Author: Alon Bar-Lev gmail com> AuthorDate: Sat Sep 17 17:32:25 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Sep 17 17:32:25 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D3a4ca253 emerge-webrsync: exit if "gpg binary not found" This prevents an endless loop (bug #383375). --- bin/emerge-webrsync | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/bin/emerge-webrsync b/bin/emerge-webrsync index d933871..60e6118 100755 --- a/bin/emerge-webrsync +++ b/bin/emerge-webrsync @@ -157,6 +157,7 @@ check_file_signature() { gpg --homedir "${PORTAGE_GPG_DIR}" --verify "$signature" "$file" && r= =3D0 else eecho "cannot check signature: gpg binary not found" + exit 1 fi else r=3D0