summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_schedule_on_demand.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-16 13:38:59 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-16 13:38:59 +0100
commit4a5cb458425536110618df97805ae12ae6d873e7 (patch)
tree26ed91fbd06f05614f3281bb585de6c844864bec /bin/reproducible_schedule_on_demand.sh
parent38a3bd9979b55b2e0483d3c8a0c67c7b4426425c (diff)
downloadjenkins.debian.net-4a5cb458425536110618df97805ae12ae6d873e7.tar.xz
reproducible: remove meaningless code
Diffstat (limited to 'bin/reproducible_schedule_on_demand.sh')
-rwxr-xr-xbin/reproducible_schedule_on_demand.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh
index 0be89415..3ffdde57 100755
--- a/bin/reproducible_schedule_on_demand.sh
+++ b/bin/reproducible_schedule_on_demand.sh
@@ -38,10 +38,6 @@ check_candidates() {
fi
done
case $TOTAL in
- 0)
- echo "No packages to schedule, exiting."
- exit 0
- ;;
1)
PACKAGES_TXT="package"
;;