[Qa-jenkins-scm] [jenkins.debian.net] 02/03: reproducible: don't generate the schedule pages twice
Holger Levsen
holger at moszumanska.debian.org
Sat Sep 19 07:01:29 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 3ab9f021dfcf4774a1672c4b440b80341c9bdf24
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Sep 19 08:58:59 2015 +0200
reproducible: don't generate the schedule pages twice
---
bin/reproducible_scheduler.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index de13355..74eae0c 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -448,7 +448,6 @@ def scheduler(arch):
total = int(query_db(query.format(arch=arch))[0][0])
log.info('Currently scheduled packages in all suites on ' + arch + ': ' + str(total))
if total > MAXIMUM[arch]:
- generate_schedule(arch) # from reproducible_html_indexes
log.info(str(total) + ' packages already scheduled' +
', only scheduling new versions.')
empty_pkgs = {}
--
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