From c24a7493e2ef46b19203de0566f8775421ef0a7e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 11 May 2015 15:49:21 +0200 Subject: 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(-) (limited to 'bin/reproducible_html_notes.py') 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) -- cgit v1.2.3-54-g00ecf