From e724421fee5e33e9f40c439f1872862a08663d79 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 2 Jan 2013 10:50:05 +0100 Subject: Also ignoring legacy checksum filenames when creating checksum files. --- scripts/build/binary_checksums | 1 + scripts/build/source_checksums | 1 + 2 files changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/build/binary_checksums b/scripts/build/binary_checksums index eba2c6b1d..3636d68bd 100755 --- a/scripts/build/binary_checksums +++ b/scripts/build/binary_checksums @@ -68,6 +68,7 @@ do \! -path './boot/boot.bin' \ \! -path './boot/grub/stage2_eltorito' \ \! -path './*SUMS' \ + \! -path './*sums.txt' \ -print0 | sort -z | xargs -0 ${CHECKSUM}sum > ../${CHECKSUMS} cat > ${CHECKSUMS} << EOF diff --git a/scripts/build/source_checksums b/scripts/build/source_checksums index 592029827..f2fe6e148 100755 --- a/scripts/build/source_checksums +++ b/scripts/build/source_checksums @@ -72,6 +72,7 @@ do cd ${DIRECTORY} find . -type f \ \! -path './*SUMS' \ + \! -path './*sums.txt' \ -print0 | sort -z | xargs -0 ${CHECKSUM}sum > ../${CHECKSUMS} cat > ${CHECKSUMS} << EOF -- cgit v1.2.3