summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_blacklist.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-13 16:08:52 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-13 16:08:52 +0200
commite390b34ba1bb9364f6b70a7b4479b2dfe774ac0e (patch)
tree7652ce4f2cc32260b464e74d75cf22f4d6466349 /bin/reproducible_blacklist.sh
parent246af6a9b94d0fa06a353da6d8d89185b06073bc (diff)
downloadjenkins.debian.net-e390b34ba1bb9364f6b70a7b4479b2dfe774ac0e.tar.xz
reproducible: adopt to new syntax
Diffstat (limited to 'bin/reproducible_blacklist.sh')
-rwxr-xr-xbin/reproducible_blacklist.sh2
1 files changed, 1 insertions, 1 deletions
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