diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-18 19:48:34 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-18 19:48:34 +0100 |
commit | f18001b4209fcb5e780ea0ed28a7d87c57865f63 (patch) | |
tree | 495a2677ff6018597577eb08506f3e6e79a13d32 | |
parent | 499fd8ac59bbb8c5ec47817ca77107d1e3153280 (diff) | |
download | jenkins.debian.net-f18001b4209fcb5e780ea0ed28a7d87c57865f63.tar.xz |
reproducible debian armhf: enable scheduling of already tested packages
-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 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: |