Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: scripts/
Date: Wed, 27 Apr 2016 15:53:08
Message-Id: 1461772377.cac163f1695bd581f74a249130226d204db8dad4.axs@gentoo
1 commit: cac163f1695bd581f74a249130226d204db8dad4
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 15:52:27 2016 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 15:52:57 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=cac163f1
7
8 verify_distfiles.sh: drop debugging code that should have been removed earlier
9
10 scripts/verify_distfiles.sh | 5 -----
11 1 file changed, 5 deletions(-)
12
13 diff --git a/scripts/verify_distfiles.sh b/scripts/verify_distfiles.sh
14 index b418620..420318b 100755
15 --- a/scripts/verify_distfiles.sh
16 +++ b/scripts/verify_distfiles.sh
17 @@ -20,11 +20,6 @@ check_distfiles() {
18 wget -O ${sigfile} -q https://archive.mozilla.org/pub/${mybasename}/releases/${myver}/SHA512SUMS
19 gpg --verify ${sigfile}.asc ${sigfile} || exit 1
20
21 - grep -e "^DIST ${mybasename}-${myver}[-\.]" \
22 - -e "^DIST ${myname}_.*-${myver}[-\.]" \
23 - Manifest
24 - exit 1
25 -
26 grep -e "^DIST ${myname}-${myver}[-\.]" \
27 -e "^DIST ${mybasename}_.*-${myver}[-\.]" \
28 Manifest |grep -v -- "${myname}-.*-patches-" |awk '{print $7}' |while read ech ; do