diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-03 18:18:13 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-03 18:18:13 +0200 |
commit | 7b5a05f896344ca96637d71e2e5d9e50cdd43a5a (patch) | |
tree | cfba8942608d4a8981f334c8d4c8956edf9b5fda /bin | |
parent | d5942a13faa8e598e242c79b893d01cb9dcbb6cc (diff) | |
download | jenkins.debian.net-7b5a05f896344ca96637d71e2e5d9e50cdd43a5a.tar.xz |
reproducible: improve mail+irc messages for diskspace problems
Diffstat (limited to 'bin')
-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 |