[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fixup: fixup: reproducible: split notes and no_notes pages into suite specific ones
Holger Levsen
holger at moszumanska.debian.org
Mon May 11 14:11:05 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 97e0bdf61a61a1011e57cbbd50b86d6b445b940c
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon May 11 16:10:49 2015 +0200
fixup: 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 579779f..39e5105 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -416,6 +416,6 @@ if __name__ == '__main__':
gen_packages_html(notes) # regenerate all rb-pkg/ pages
for suite in SUITES:
for arch in ARCHES:
- build_page('notes')
- build_page('no_notes')
+ build_page('notes', suite, arch)
+ build_page('no_notes', suite, arch)
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