summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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