[Qa-jenkins-scm] [jenkins.debian.net] 01/02: Revert "reproducible debian armhf: only schedule old packages older than 42 days"

Holger Levsen holger at moszumanska.debian.org
Sat Feb 13 08:49:10 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 2f4b452db00b784666dd057281f0b2e96444e99c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Feb 13 09:48:32 2016 +0100

    Revert "reproducible debian armhf: only schedule old packages older than 42 days"
    
    This reverts commit 71593042610214c62e00c787e1b3af8a2a7c914d.
---
 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 fbc4792..9ba07c6 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': 42}
+MINIMUM_AGE = {'amd64': 7, 'armhf': 28}
 # 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