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

Holger Levsen holger at moszumanska.debian.org
Fri Jul 17 16:55:28 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 d604441e146f6bb4f4e7f9deb6fa81023cb61afa
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Jul 17 15:02:05 2015 +0200

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

diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh
index 5823698..8c27847 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
 }
 
 #

-- 
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