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 B5C47138206 for ; Wed, 27 Apr 2016 15:53:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 350F9E0878; Wed, 27 Apr 2016 15:53:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA021E0878 for ; Wed, 27 Apr 2016 15:53:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E583C340BF6 for ; Wed, 27 Apr 2016 15:53:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2FE832C for ; Wed, 27 Apr 2016 15:53:02 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1461772377.cac163f1695bd581f74a249130226d204db8dad4.axs@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: scripts/ X-VCS-Repository: proj/mozilla X-VCS-Files: scripts/verify_distfiles.sh X-VCS-Directories: scripts/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: cac163f1695bd581f74a249130226d204db8dad4 X-VCS-Branch: master Date: Wed, 27 Apr 2016 15:53:02 +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: a0a620c4-a873-49c9-8b11-dc0f65dd7d9d X-Archives-Hash: 1bc5aefba5393aee299ec1068f1b56d2 commit: cac163f1695bd581f74a249130226d204db8dad4 Author: Ian Stakenvicius gentoo org> AuthorDate: Wed Apr 27 15:52:27 2016 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Wed Apr 27 15:52:57 2016 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=cac163f1 verify_distfiles.sh: drop debugging code that should have been removed earlier scripts/verify_distfiles.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/verify_distfiles.sh b/scripts/verify_distfiles.sh index b418620..420318b 100755 --- a/scripts/verify_distfiles.sh +++ b/scripts/verify_distfiles.sh @@ -20,11 +20,6 @@ check_distfiles() { wget -O ${sigfile} -q https://archive.mozilla.org/pub/${mybasename}/releases/${myver}/SHA512SUMS gpg --verify ${sigfile}.asc ${sigfile} || exit 1 - grep -e "^DIST ${mybasename}-${myver}[-\.]" \ - -e "^DIST ${myname}_.*-${myver}[-\.]" \ - Manifest - exit 1 - grep -e "^DIST ${myname}-${myver}[-\.]" \ -e "^DIST ${mybasename}_.*-${myver}[-\.]" \ Manifest |grep -v -- "${myname}-.*-patches-" |awk '{print $7}' |while read ech ; do