[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: call kgb for each suite
Holger Levsen
holger at moszumanska.debian.org
Thu Mar 5 17:28:30 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 48398a517bbdf295f89b1459fa30d923fe13ea51
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Mar 5 18:27:27 2015 +0100
reproducible: call kgb for each suite
---
bin/reproducible_scheduler.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index a2ffbb6..44e1f3a 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -264,10 +264,12 @@ def scheduler():
all_scheduled_pkgs.extend(old[suite])
# finally
schedule_packages(all_scheduled_pkgs)
+ for suite in SUITES:
+ call(kgb)
+ log.info(message)
build_page('scheduled') # from reproducible_html_indexes
log.info('\n\n\n')
log.info(message)
- call(kgb)
if __name__ == '__main__':
--
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