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 20:48:14
Message-Id: 1461790078.f71aced94424b5aed99fdda631096f8355cb0314.axs@gentoo
1 commit: f71aced94424b5aed99fdda631096f8355cb0314
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 20:47:58 2016 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 20:47:58 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=f71aced9
7
8 verify_distfiles.sh: fix bug related to esr distfile matches
9
10 scripts/verify_distfiles.sh | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/scripts/verify_distfiles.sh b/scripts/verify_distfiles.sh
14 index 9ffc867..0cf2d68 100755
15 --- a/scripts/verify_distfiles.sh
16 +++ b/scripts/verify_distfiles.sh
17 @@ -22,6 +22,7 @@ check_distfiles() {
18
19 grep -e "^DIST ${mybasename}-${myver}[-\.]" \
20 -e "^DIST ${myname}_.*-${myver}[-\.]" \
21 + -e "^DIST ${myname}_.*-${myver/esr/}[-\.]" \
22 Manifest |grep -v -- "${myname}-.*-patches-" |awk '{print $7}' |while read ech ; do
23 tmp=$(grep ${ech} Manifest |awk '{print $2}')
24 if grep $ech ${sigfile} &>/dev/null ; then