From e390b34ba1bb9364f6b70a7b4479b2dfe774ac0e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 13 Sep 2015 16:08:52 +0200 Subject: reproducible: adopt to new syntax --- bin/reproducible_blacklist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_blacklist.sh') diff --git a/bin/reproducible_blacklist.sh b/bin/reproducible_blacklist.sh index c376c112..436361b8 100755 --- a/bin/reproducible_blacklist.sh +++ b/bin/reproducible_blacklist.sh @@ -97,5 +97,5 @@ echo "Probably edit notes.git/packages.yml now and enter/remove reasons for blac # finally, let's re-schedule them if the blacklisted was reverted if [ "$1" = "--revert" ] ; then - /srv/jenkins/bin/reproducible_schedule_on_demand.sh $SUITE $PACKAGES + /srv/jenkins/bin/reproducible_schedule_on_demand.sh -s $SUITE $PACKAGES fi -- cgit v1.2.3-54-g00ecf