[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible freebsd: dont fail the complete job even if one branch fails to build

Holger Levsen holger at moszumanska.debian.org
Wed Nov 11 15:17:52 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 8d810ed70abaf435f93a6643026038e0193b800d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Nov 11 16:17:48 2015 +0100

    reproducible freebsd: dont fail the complete job even if one branch fails to build
---
 bin/reproducible_freebsd.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index a67a206..6894e6c 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -16,7 +16,7 @@ cleanup_tmpdirs() {
 	set +e
 	cd
 	$RSSH "sudo chflags -R noschg $TMPDIR"
-	$RSSH "rm -r $TMPDIR"
+	$RSSH "rm -r $TMPDIR" || true
 	rm $TMPDIR -r
 	$RSSH 'sudo rm -rf /usr/src'
 }

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