aboutsummaryrefslogtreecommitdiffstats
path: root/gen-checksums
diff options
context:
space:
mode:
Diffstat (limited to 'gen-checksums')
-rwxr-xr-xgen-checksums4
1 files changed, 3 insertions, 1 deletions
diff --git a/gen-checksums b/gen-checksums
index f894a38..d33b7b2 100755
--- a/gen-checksums
+++ b/gen-checksums
@@ -19,4 +19,6 @@ sumfile="rel/$2/$3.checksums"
test -e "${tarball}" || die "${tarball} does not exist"
test -e "${infofile}" || die "${infofile} does not exist"
-"$(dirname -- "$0")"/util/gen-checksums "${tarball}" "${gitdir}" < "${infofile}" > "${sumfile}"
+grep '^Tarball: ' < "${infofile}" | cut -d ' ' -f 2 | \
+ grep -v '^https://maandree.se/static/' |
+ "$(dirname -- "$0")"/util/gen-checksums "${tarball}" "${gitdir}" > "${sumfile}"