From 194b6ee166d9ab86b316fa64acfd2b89e990353b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 16 Jul 2015 13:09:31 +0200 Subject: reproducible netbsd: don't compare MD5 and SHA512 files… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/reproducible_netbsd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index cde63c11..5823698f 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -31,6 +31,7 @@ save_netbsd_results(){ local MACHINE=$2 mkdir -p $TMPDIR/$RUN/${MACHINE} cp -pr obj/releasedir/${MACHINE} $TMPDIR/$RUN/ + find $TMPDIR/$RUN/ -name MD5 -o -name SHA512 -exec rm {} \; } # -- cgit v1.2.3-54-g00ecf