From 1e15c24cb682932eeccdda178709678ae9b8c8e1 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 14 May 2015 14:57:55 +0200 Subject: reproducible: silently ignore race conditions --- bin/reproducible_build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index d8532deb..abb4e162 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@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 -- cgit v1.2.3-54-g00ecf