[Qa-jenkins-scm] [jenkins.debian.net] 01/03: reproducible: maintenance: fix schedule_packages() call

Holger Levsen holger at moszumanska.debian.org
Mon Jun 15 08:43:22 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 d9e326a8051f5a36fb478d3d3db12260bd0cf491
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Mon Jun 15 10:19:13 2015 +0200

    reproducible: maintenance: fix schedule_packages() call
---
 bin/reproducible_maintenance.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 40d6d31..2303897 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -80,7 +80,7 @@ if [ ! -z "$FAILED_BUILDS" ] ; then
 		REQUESTER="jenkins maintenance job"
 		REASON="maintenance reschedule: reschedule builds which failed due to network errors"
 		CANDIDATES=$(for PKG in $(echo $FAILED_BUILDS | sed "s# #\n#g" | grep "/$SUITE/" | cut -d "/" -f10 | cut -d "_" -f1) ; do echo -n "$PKG " ; done)
-		schedule_packages $SUITE $CANDIDATES
+		schedule_packages $CANDIDATES
 	done
 	DIRTY=true
 fi

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