diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-15 12:45:05 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-15 12:45:05 +0200 |
commit | 62a25370702ce510a436b18ab7a941e2c4b5cb25 (patch) | |
tree | 740c8f0770e8138f31a100f57a9a2323918be637 | |
parent | fc28ef4b067bd66daa7bd6f859c5aa28adaa9f57 (diff) | |
download | jenkins.debian.net-62a25370702ce510a436b18ab7a941e2c4b5cb25.tar.xz |
Revert "reproducible: shorten irc notification text"
This reverts commit fc28ef4b067bd66daa7bd6f859c5aa28adaa9f57.
-rwxr-xr-x | bin/reproducible_maintenance.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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) |