[Qa-jenkins-scm] [jenkins.debian.net] 04/04: reproducible: schedule more new packages
Holger Levsen
holger at moszumanska.debian.org
Sun Mar 15 11:27:31 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 8cb972918e3157a3fd2529b786f4e615c8a22fd4
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Mar 15 12:03:36 2015 +0100
reproducible: schedule more new packages
---
bin/reproducible_scheduler.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 9da0332..8d77263 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -222,8 +222,8 @@ def scheduler():
# untested packages
untested = {}
for suite in SUITES:
- log.info('Requesting 250 untested packages in ' + suite + '...')
- untested[suite] = scheduler_untested_packages(suite, 250)
+ log.info('Requesting 333 untested packages in ' + suite + '...')
+ untested[suite] = scheduler_untested_packages(suite, 333)
total += len(untested[suite])
log.info('Received ' + str(len(untested[suite])) + ' untested packages in ' + suite + ' to schedule.')
log.info('==============================================================')
--
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