From f18001b4209fcb5e780ea0ed28a7d87c57865f63 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 18 Dec 2015 19:48:34 +0100 Subject: reproducible debian armhf: enable scheduling of already tested packages --- 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 e974192a..d9fd9a90 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': 150} +MINIMUM_AGE = {'amd64': 7, 'armhf': 77} class Limit: -- cgit v1.2.3-54-g00ecf