summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-07 13:25:55 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-07 13:25:55 +0100
commit39a35150e0fff5f2e3b4d6f8b4a6432589f87da2 (patch)
treef8a3ec52fe9a6bb4bea182b620184597779c76f5 /bin/reproducible_scheduler.py
parentf48bde2e30d263fbe0a3ad2aafc78219603fe78e (diff)
downloadjenkins.debian.net-39a35150e0fff5f2e3b4d6f8b4a6432589f87da2.tar.xz
reproducible: increase minimum age of packages to reschedule to 150 days on armhf
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py2
1 files changed, 1 insertions, 1 deletions
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: