summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-18 19:48:34 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-18 19:48:34 +0100
commitf18001b4209fcb5e780ea0ed28a7d87c57865f63 (patch)
tree495a2677ff6018597577eb08506f3e6e79a13d32 /bin
parent499fd8ac59bbb8c5ec47817ca77107d1e3153280 (diff)
downloadjenkins.debian.net-f18001b4209fcb5e780ea0ed28a7d87c57865f63.tar.xz
reproducible debian armhf: enable scheduling of already tested packages
Diffstat (limited to 'bin')
-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 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: