summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2016-06-03 08:22:50 +0000
committerMattia Rizzolo <mattia@debian.org>2016-06-03 08:22:50 +0000
commit92617e5c16ced483fd26039a85b7f81218a93284 (patch)
tree129f488081625b2c072b1ee7c3534291d6a1b5dc
parentad572e98418033bc5bfe6168422519983bd71166 (diff)
downloadjenkins.debian.net-92617e5c16ced483fd26039a85b7f81218a93284.tar.xz
reproducible debian: maintenance: fix typo in schedule_packages() name
-rwxr-xr-xbin/reproducible_maintenance.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index cef24114..90ca5e30 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