[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: silently ignore race conditions

Holger Levsen holger at moszumanska.debian.org
Thu May 14 12:58:18 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 1e15c24cb682932eeccdda178709678ae9b8c8e1
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu May 14 14:57:55 2015 +0200

    reproducible: silently ignore race conditions
---
 bin/reproducible_build.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index d8532de..abb4e16 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -46,8 +46,7 @@ handle_race_condition() {
 			;;
 	esac
 	printf "$msg" | tee -a $BUILDLOG
-	printf "$msg" | mail -s "race condition found" qa-jenkins-scm at lists.alioth.debian.org
-	echo "$(date) - Terminating nicely this build..." | tee -a $RBUILDLOG
+	echo "$(date) - Terminating this build quickly and nicely..." | tee -a $RBUILDLOG
 	if [ $SAVE_ARTIFACTS -eq 1 ] ; then
 		SAVE_ARTIFACTS=0
 		if [ ! -z "$NOTIFY" ] ; then NOTIFY="failure" ; fi

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