From 6cc876d1db1e7d8363365f0ec4a1a6d66f68e5e9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 5 Jan 2015 10:54:44 +0100 Subject: reproducible: try to schedule more old packages without buildinfo files --- bin/reproducible_scheduler.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_scheduler.sh') 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 -- cgit v1.2.3-54-g00ecf