[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: only look for failed builds of armhf/unstable...
Holger Levsen
holger at moszumanska.debian.org
Wed Sep 9 16:18:03 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 360573765d5280b3ec794f6e51c2cd64ecc752ae
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Sep 9 18:17:26 2015 +0200
reproducible: only look for failed builds of armhf/unstable...
---
bin/reproducible_maintenance.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 3424a19..4d0b435 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -95,6 +95,9 @@ if [ "$HOSTNAME" = "jenkins" ] ; then
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
+ if [ "$ARCH" = "armhf" ] && [ "$SUITE" != "unstable" ] ; then
+ continue
+ fi
CANDIDATES=$(for PKG in $(echo $FAILED_BUILDS | sed "s# #\n#g" | grep "/$SUITE/$ARCH/" | cut -d "/" -f10 | cut -d "_" -f1) ; do echo "$PKG" ; done)
# double check those builds actually failed
TO_SCHEDULE=""
--
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