diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-14 14:57:55 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-14 14:57:55 +0200 |
commit | 1e15c24cb682932eeccdda178709678ae9b8c8e1 (patch) | |
tree | 19d18809819bb3829b0ab7668fb71ca7a4406e4b | |
parent | 2e1a80590b58c61895ade3e9698647180fd6a2b2 (diff) | |
download | jenkins.debian.net-1e15c24cb682932eeccdda178709678ae9b8c8e1.tar.xz |
reproducible: silently ignore race conditions
-rwxr-xr-x | bin/reproducible_build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
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 |