From 89a95aa07ad805f3cdc2bb047089b2c612a5b754 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Thu, 19 Feb 2015 02:29:24 +0000 Subject: Condense rescheduling onto a single line --- bin/reproducible_maintainance.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/reproducible_maintainance.sh') diff --git a/bin/reproducible_maintainance.sh b/bin/reproducible_maintainance.sh index 98187496..cbe99ef2 100755 --- a/bin/reproducible_maintainance.sh +++ b/bin/reproducible_maintainance.sh @@ -90,7 +90,6 @@ if [ ! -z "$FAILED_BUILDS" ] ; then echo echo "Rescheduling packages: " ( for PKG in $(echo $FAILED_BUILDS | sed "s# #\n#g" | cut -d "/" -f7 | cut -d "_" -f1) ; do echo $PKG ; done ) | xargs /srv/jenkins/bin/reproducible_schedule_on_demand.sh - kgb-client --conf /srv/jenkins/kgb/debian-reproducible.conf --relay-msg "This manual rescheduling was automatically done for you by $BUILD_URL" echo DIRTY=true fi -- cgit v1.2.3-70-g09d2