diff options
-rwxr-xr-x | bin/reproducible_build.sh | 4 |
1 files 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 |