diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-07 13:25:55 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-07 13:25:55 +0100 |
commit | 39a35150e0fff5f2e3b4d6f8b4a6432589f87da2 (patch) | |
tree | f8a3ec52fe9a6bb4bea182b620184597779c76f5 /bin | |
parent | f48bde2e30d263fbe0a3ad2aafc78219603fe78e (diff) | |
download | jenkins.debian.net-39a35150e0fff5f2e3b4d6f8b4a6432589f87da2.tar.xz |
reproducible: increase minimum age of packages to reschedule to 150 days on armhf
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_scheduler.py | 2 |
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: |