diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-20 22:29:57 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-20 22:29:57 +0100 |
commit | fbe6aecc550fa0a821ac3267deaeb89ddd994db9 (patch) | |
tree | 1a7f87430f7ba5771f99cfe8124cc0cbddacb551 /bin | |
parent | 1132d08b55f51c130963ab481a3af53372891630 (diff) | |
download | jenkins.debian.net-fbe6aecc550fa0a821ac3267deaeb89ddd994db9.tar.xz |
reproducible armhf: after 6 weeks packages should be rescheduled at earliest
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 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: |