[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: improve mail+irc messages for diskspace problems

Holger Levsen holger at moszumanska.debian.org
Sat Oct 3 16:18:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 7b5a05f896344ca96637d71e2e5d9e50cdd43a5a
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Oct 3 18:18:13 2015 +0200

    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 4f62b09..55b5d50 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 at lists.alioth.debian.org
+	echo "$MESSAGE" | mail -s "$BUILDER ran into diskspace problems" qa-jenkins-scm at lists.alioth.debian.org
 	irc_message "$MESSAGE"
 	sleep 30m
 	exec /srv/jenkins/bin/abort.sh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list