[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix typo and only sleep 30m on out-of-space problems

Holger Levsen holger at moszumanska.debian.org
Sat Oct 3 15:56:36 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 d5942a13faa8e598e242c79b893d01cb9dcbb6cc
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Oct 3 17:55:56 2015 +0200

    reproducible: fix typo and only sleep 30m on out-of-space problems
---
 bin/reproducible_build.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 35fb0e2..4f62b09 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -264,7 +264,7 @@ handle_unhandled() {
 	unregister_build
 	MESSAGE="$BUILD_URL met an unhandled $1, please investigate."
 	echo "$MESSAGE"
-	irc_msg "$MESSAGE"
+	irc_message "$MESSAGE"
 	sleep 5m
 	exec /srv/jenkins/bin/abort.sh
 	exit 0
@@ -272,11 +272,11 @@ handle_unhandled() {
 
 handle_enospace() {
 	unregister_build
-	MESSAGE="$BUILD_URL ran into diskspace problems, please investigate. Will send this builder to sleep for 3h now."
+	MESSAGE="$BUILD_URL ran into diskspace problems, 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
-	irc_msg "$MESSAGE"
-	sleep 3h
+	irc_message "$MESSAGE"
+	sleep 30m
 	exec /srv/jenkins/bin/abort.sh
 	exit 0
 }

-- 
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