summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-14 14:57:55 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-14 14:57:55 +0200
commit1e15c24cb682932eeccdda178709678ae9b8c8e1 (patch)
tree19d18809819bb3829b0ab7668fb71ca7a4406e4b /bin/reproducible_build.sh
parent2e1a80590b58c61895ade3e9698647180fd6a2b2 (diff)
downloadjenkins.debian.net-1e15c24cb682932eeccdda178709678ae9b8c8e1.tar.xz
reproducible: silently ignore race conditions
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh3
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