From 92617e5c16ced483fd26039a85b7f81218a93284 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 3 Jun 2016 08:22:50 +0000 Subject: 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 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 -- cgit v1.2.3-70-g09d2