commit:     f71aced94424b5aed99fdda631096f8355cb0314
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 20:47:58 2016 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 20:47:58 2016 +0000
URL:        https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=f71aced9

verify_distfiles.sh: fix bug related to esr distfile matches

 scripts/verify_distfiles.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/verify_distfiles.sh b/scripts/verify_distfiles.sh
index 9ffc867..0cf2d68 100755
--- a/scripts/verify_distfiles.sh
+++ b/scripts/verify_distfiles.sh
@@ -22,6 +22,7 @@ check_distfiles() {
 
        grep -e "^DIST ${mybasename}-${myver}[-\.]" \
          -e "^DIST ${myname}_.*-${myver}[-\.]" \
+         -e "^DIST ${myname}_.*-${myver/esr/}[-\.]" \
          Manifest |grep -v -- "${myname}-.*-patches-" |awk '{print $7}' |while 
read ech ; do
                tmp=$(grep ${ech} Manifest |awk '{print $2}')
                if grep $ech ${sigfile} &>/dev/null ; then

Reply via email to