summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_netbsd.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-16 13:09:31 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-16 13:09:31 +0200
commit194b6ee166d9ab86b316fa64acfd2b89e990353b (patch)
tree92ca0d8a629410d0efdf2c961ed0ff76aa8c2ca7 /bin/reproducible_netbsd.sh
parent1509cb38e92cf0bc2c44faf2bd3a89da46355b8a (diff)
downloadjenkins.debian.net-194b6ee166d9ab86b316fa64acfd2b89e990353b.tar.xz
reproducible netbsd: don't compare MD5 and SHA512 files…
Diffstat (limited to 'bin/reproducible_netbsd.sh')
-rwxr-xr-xbin/reproducible_netbsd.sh1
1 files changed, 1 insertions, 0 deletions
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 {} \;
}
#