summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_netbsd.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-17 15:02:05 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-17 15:02:05 +0200
commitd604441e146f6bb4f4e7f9deb6fa81023cb61afa (patch)
treeb230f2a216c7a16feb3f6f8ddd021ea7fea631f1 /bin/reproducible_netbsd.sh
parent932ef2dc6d22ae739e689cc7cc2330af8a122152 (diff)
downloadjenkins.debian.net-d604441e146f6bb4f4e7f9deb6fa81023cb61afa.tar.xz
fixup 194b6ee1: reproducible netbsd: don't compare MD5 and SHA512 files…
Diffstat (limited to 'bin/reproducible_netbsd.sh')
-rwxr-xr-xbin/reproducible_netbsd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh
index 5823698f..8c27847a 100755
--- a/bin/reproducible_netbsd.sh
+++ b/bin/reproducible_netbsd.sh
@@ -31,7 +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 {} \;
+ find $TMPDIR/$RUN/ -name MD5 -o -name SHA512 | xargs -r rm -v
}
#