[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible freebsd: dont fail on cleanup

Holger Levsen holger at moszumanska.debian.org
Mon Nov 9 11:05:02 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 b0f087b7147e0ea01770e121a56407850733f126
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Nov 9 12:04:56 2015 +0100

    reproducible freebsd: dont fail on cleanup
---
 bin/reproducible_freebsd.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index 19ec958..6f3c2a6 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -13,6 +13,7 @@ common_init "$@"
 set -e
 
 cleanup_tmpdirs() {
+	set +e
 	cd
 	$RSSH "sudo chflags -R noschg $TMPDIR"
 	$RSSH "rm -r $TMPDIR"

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