[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: maintenance: fix typo in schedule_packages() name

Mattia Rizzolo mattia at debian.org
Fri Jun 3 08:23:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository jenkins.debian.net.

commit 92617e5c16ced483fd26039a85b7f81218a93284
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Fri Jun 3 08:22:50 2016 +0000

    reproducible debian: maintenance: fix typo in schedule_packages() name
---
 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 cef2411..90ca5e3 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -216,7 +216,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then
 			for ARCH in $(echo $FAILED_BUILDS | sed "s# #\n#g" | cut -d "/" -f9 | sort -u) ; do
 				CANDIDATES=$(echo $FAILED_BUILDS | sed "s# #\n#g" | grep "/$SUITE/$ARCH/" | cut -d "/" -f10 | cut -d "_" -f1 | xargs)
 				if [ ! -z "$CANDIDATES" ]; then
-					schedule_package $CANDIDATES
+					schedule_packages $CANDIDATES
 				fi
 			done
 		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