From 71593042610214c62e00c787e1b3af8a2a7c914d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 29 Jan 2016 01:52:54 +0100 Subject: reproducible debian armhf: only schedule old packages older than 42 days --- bin/reproducible_scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_scheduler.py') diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 689b4dfa..2f01f385 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -64,7 +64,7 @@ LIMITS_404 defines how many packages with status 404 are rescheduled at max. """ # only old packages older than this will be rescheduled -MINIMUM_AGE = {'amd64': 7, 'armhf': 28} +MINIMUM_AGE = {'amd64': 7, 'armhf': 42} # maximum queue size, see explainations above MAXIMA = {'amd64': 750, 'armhf': 600} # limits, see explainations above -- cgit v1.2.3-54-g00ecf