[Qa-jenkins-scm] [jenkins.debian.net] 01/01: Revert "reproducible: shorten irc notification text"

Holger Levsen holger at moszumanska.debian.org
Sat Aug 15 10:46:33 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 62a25370702ce510a436b18ab7a941e2c4b5cb25
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Aug 15 12:45:05 2015 +0200

    Revert "reproducible: shorten irc notification text"
    
    This reverts commit fc28ef4b067bd66daa7bd6f859c5aa28adaa9f57.
---
 bin/reproducible_maintenance.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 79b9de4..dd935b3 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -83,8 +83,8 @@ if [ "$HOSTNAME" = "jenkins" ] ; then
 		echo "$FAILED_BUILDS"
 		echo
 		echo "Rescheduling packages: "
-		REQUESTER="maintenance"
-		REASON="builds which failed due to network errors"
+		REQUESTER="jenkins maintenance job"
+		REASON="maintenance reschedule: reschedule builds which failed due to network errors"
 		for SUITE in $(echo $FAILED_BUILDS | sed "s# #\n#g" | cut -d "/" -f8 | sort -u) ; do
 			for ARCH in $(echo $FAILED_BUILDS | sed "s# #\n#g" | cut -d "/" -f9 | sort -u) ; do
 				CANDIDATES=$(for PKG in $(echo $FAILED_BUILDS | sed "s# #\n#g" | grep "/$SUITE/$ARCH/" | cut -d "/" -f10 | cut -d "_" -f1) ; do echo "$PKG" ; done)

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