[Qa-jenkins-scm] [jenkins.debian.net] 03/06: reproducible: scheduler: fix TypeError while generating the indexes pages
Holger Levsen
holger at moszumanska.debian.org
Fri Mar 6 19:11:02 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 7fc2611ecbe57022bdecbed1e03ac347db80b472
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Fri Mar 6 15:20:19 2015 +0100
reproducible: scheduler: fix TypeError while generating the indexes pages
---
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 3dd45b4..bc254fb 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -266,8 +266,8 @@ def scheduler():
schedule_packages(all_scheduled_pkgs)
call(kgb)
log.info(message)
- build_page('scheduled', suite) # from reproducible_html_indexes, build suite specific page
- build_page('scheduled') # from reproducible_html_indexes, build global page
+ build_page('scheduled', suite, 'amd64') # build suite specific page. FIXME unhardcode amd64
+ build_page('scheduled') # from reproducible_html_indexes, build global page
log.info('\n\n\n')
log.info(message)
--
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