[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible netbsd: don't compare MD5 and SHA512 files…

Holger Levsen holger at moszumanska.debian.org
Thu Jul 16 11:10:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 194b6ee166d9ab86b316fa64acfd2b89e990353b
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Jul 16 13:09:31 2015 +0200

    reproducible netbsd: don't compare MD5 and SHA512 files…
---
 bin/reproducible_netbsd.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh
index cde63c1..5823698 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 {} \;
 }
 
 #

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list