From 7b5a05f896344ca96637d71e2e5d9e50cdd43a5a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 3 Oct 2015 18:18:13 +0200 Subject: reproducible: improve mail+irc messages for diskspace problems --- bin/reproducible_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 4f62b099..55b5d504 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -272,9 +272,9 @@ handle_unhandled() { handle_enospace() { unregister_build - MESSAGE="$BUILD_URL ran into diskspace problems, please investigate. Will send this builder to sleep for 30m now." + MESSAGE="$BUILD_URL ran into diskspace problems when building $SRCPACKAGE on $SUITE/$ARCH, please investigate. Will send this builder to sleep for 30m now." echo "$MESSAGE" - echo "$MESSAGE" | mail -s "$BUILD_URL ran into diskspace problems" qa-jenkins-scm@lists.alioth.debian.org + echo "$MESSAGE" | mail -s "$BUILDER ran into diskspace problems" qa-jenkins-scm@lists.alioth.debian.org irc_message "$MESSAGE" sleep 30m exec /srv/jenkins/bin/abort.sh -- cgit v1.2.3-70-g09d2