From 62a25370702ce510a436b18ab7a941e2c4b5cb25 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 15 Aug 2015 12:45:05 +0200 Subject: Revert "reproducible: shorten irc notification text" This reverts commit fc28ef4b067bd66daa7bd6f859c5aa28adaa9f57. --- bin/reproducible_maintenance.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_maintenance.sh') diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index 79b9de46..dd935b3e 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) -- cgit v1.2.3-54-g00ecf