From 39a35150e0fff5f2e3b4d6f8b4a6432589f87da2 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 7 Dec 2015 13:25:55 +0100 Subject: reproducible: increase minimum age of packages to reschedule to 150 days on armhf --- bin/reproducible_scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index c320dcce..79ca8f30 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': 100} +MINIMUM_AGE = {'amd64': 7, 'armhf': 150} class Limit: -- cgit v1.2.3-70-g09d2