summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_notes.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-11 16:10:49 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-11 16:10:49 +0200
commit97e0bdf61a61a1011e57cbbd50b86d6b445b940c (patch)
tree3d1657f714141f5ab46ea0d31f674aee9c911d8d /bin/reproducible_html_notes.py
parent223790f9f27a95e487b9a0aae2424209abeb478f (diff)
downloadjenkins.debian.net-97e0bdf61a61a1011e57cbbd50b86d6b445b940c.tar.xz
fixup: fixup: reproducible: split notes and no_notes pages into suite specific ones
Diffstat (limited to 'bin/reproducible_html_notes.py')
-rwxr-xr-xbin/reproducible_html_notes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index 579779fb..39e51055 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)