summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-20 22:29:57 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-20 22:29:57 +0100
commitfbe6aecc550fa0a821ac3267deaeb89ddd994db9 (patch)
tree1a7f87430f7ba5771f99cfe8124cc0cbddacb551 /bin/reproducible_scheduler.py
parent1132d08b55f51c130963ab481a3af53372891630 (diff)
downloadjenkins.debian.net-fbe6aecc550fa0a821ac3267deaeb89ddd994db9.tar.xz
reproducible armhf: after 6 weeks packages should be rescheduled at earliest
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 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: