summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-05 10:54:44 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-05 10:54:44 +0100
commit6cc876d1db1e7d8363365f0ec4a1a6d66f68e5e9 (patch)
tree9e3634ad0e9effa8df301688dc92c97cda1bbefe /bin/reproducible_scheduler.sh
parent276d25f52d628aa07dc2beec4ca47adc3a170f53 (diff)
downloadjenkins.debian.net-6cc876d1db1e7d8363365f0ec4a1a6d66f68e5e9.tar.xz
reproducible: try to schedule more old packages without buildinfo files
Diffstat (limited to 'bin/reproducible_scheduler.sh')
-rwxr-xr-xbin/reproducible_scheduler.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_scheduler.sh b/bin/reproducible_scheduler.sh
index 9688bd42..622e1505 100755
--- a/bin/reproducible_scheduler.sh
+++ b/bin/reproducible_scheduler.sh
@@ -225,9 +225,9 @@ ALL_PACKAGES="$ALL_PACKAGES $PACKAGES"
MESSAGE="$MESSAGE, $AMOUNT packages with new versions"
if [ $TOTAL -lt 150 ] ; then
- OLD=500 # used not to be needed...
+ OLD=750 # used not to be needed...
elif [ $TOTAL -lt 250 ] ; then
- OLD=400 # used to be 200
+ OLD=600 # used to be 200
elif [ $TOTAL -le 350 ] ; then
OLD=200 # used to be 100
else