summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_notes.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-11 15:49:21 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-11 15:49:21 +0200
commitc24a7493e2ef46b19203de0566f8775421ef0a7e (patch)
tree443f82f74b713e3f052c0dbf19b00e352862eb91 /bin/reproducible_html_notes.py
parent323c0efceddad42ed939d9f66d14338cf15dd686 (diff)
downloadjenkins.debian.net-c24a7493e2ef46b19203de0566f8775421ef0a7e.tar.xz
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 7769796d..579779fb 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)