[Qa-jenkins-scm] [jenkins.debian.net] 02/03: reproducible: increase minimum age of packages to reschedule to 150 days on armhf

Holger Levsen holger at moszumanska.debian.org
Mon Dec 7 12:30:12 UTC 2015


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 39a35150e0fff5f2e3b4d6f8b4a6432589f87da2
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Dec 7 13:25:55 2015 +0100

    reproducible: increase minimum age of packages to reschedule to 150 days on armhf
---
 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 c320dcc..79ca8f3 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': 100}
+MINIMUM_AGE = {'amd64': 7, 'armhf': 150}
 
 
 class Limit:

-- 
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