summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-03 18:18:13 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-03 18:18:13 +0200
commit7b5a05f896344ca96637d71e2e5d9e50cdd43a5a (patch)
treecfba8942608d4a8981f334c8d4c8956edf9b5fda /bin
parentd5942a13faa8e598e242c79b893d01cb9dcbb6cc (diff)
downloadjenkins.debian.net-7b5a05f896344ca96637d71e2e5d9e50cdd43a5a.tar.xz
reproducible: improve mail+irc messages for diskspace problems
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh4
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