[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fixup: reproducible: split notes and no_notes pages into suite specific ones
Holger Levsen
holger at moszumanska.debian.org
Mon May 11 13:49:36 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 c24a7493e2ef46b19203de0566f8775421ef0a7e
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon May 11 15:49:21 2015 +0200
fixup: reproducible: split notes and no_notes pages into suite specific ones
---
bin/reproducible_html_notes.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index 7769796..579779f 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -414,8 +414,8 @@ if __name__ == '__main__':
index_issues(issues)
purge_old_notes(notes)
gen_packages_html(notes) # regenerate all rb-pkg/ pages
- build_page('notes')
- build_page('no_notes')
for suite in SUITES:
for arch in ARCHES:
+ build_page('notes')
+ build_page('no_notes')
build_page('FTBFS', suite, arch)
--
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