[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian armhf: only schedule old packages older than 42 days
Holger Levsen
holger at moszumanska.debian.org
Fri Jan 29 00:53:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 71593042610214c62e00c787e1b3af8a2a7c914d
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Jan 29 01:52:54 2016 +0100
reproducible debian armhf: only schedule old packages older than 42 days
---
bin/reproducible_scheduler.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 689b4df..2f01f38 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -64,7 +64,7 @@ LIMITS_404 defines how many packages with status 404 are rescheduled at max.
"""
# only old packages older than this will be rescheduled
-MINIMUM_AGE = {'amd64': 7, 'armhf': 28}
+MINIMUM_AGE = {'amd64': 7, 'armhf': 42}
# maximum queue size, see explainations above
MAXIMA = {'amd64': 750, 'armhf': 600}
# limits, see explainations above
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list