summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-18 11:31:15 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-18 11:31:15 +0200
commitbb4d84c16d120d353b8c1ae86e4b623c9b90783d (patch)
tree028395e211d93b9d016863e339f79c505ab7d661 /bin
parentaf57459f8ab1ddfcce730ab54262b3c0cdc58c16 (diff)
downloadjenkins.debian.net-bb4d84c16d120d353b8c1ae86e4b623c9b90783d.tar.xz
reproducible: lower minimum age of amd64 builds to be rescheduled to 7 days
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 435e6f49..4b7e8c34 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': 14, 'armhf': 100}
+MINIMUM_AGE = {'amd64': 7, 'armhf': 100}
class Limit: