aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/verify_distfiles.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/verify_distfiles.sh b/scripts/verify_distfiles.sh
index b4186200..420318ba 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