From fbe6aecc550fa0a821ac3267deaeb89ddd994db9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 20 Dec 2015 22:29:57 +0100 Subject: reproducible armhf: after 6 weeks packages should be rescheduled at earliest --- 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 1de142b0..8fd7fc5d 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -115,7 +115,7 @@ LIMITS = { } # only old packages older than this will be rescheduled -MINIMUM_AGE = {'amd64': 7, 'armhf': 77} +MINIMUM_AGE = {'amd64': 7, 'armhf': 42} class Limit: -- cgit v1.2.3-54-g00ecf