[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: shorten irc notification text
Holger Levsen
holger at moszumanska.debian.org
Sat Aug 15 10:36:18 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 fc28ef4b067bd66daa7bd6f859c5aa28adaa9f57
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Aug 15 12:34:51 2015 +0200
reproducible: shorten irc notification text
---
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 dd935b3..79b9de4 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="jenkins maintenance job"
- REASON="maintenance reschedule: reschedule builds which failed due to network errors"
+ REQUESTER="maintenance"
+ REASON="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