summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
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