From b8bc3d3d2bd2b730871f537b8d78a6dae937249a Mon Sep 17 00:00:00 2001 From: Valerie R Young Date: Tue, 2 Aug 2016 18:36:51 -0400 Subject: reproducible debian: add cross suite/arch nav for scheduled and maintainers Signed-off-by: Holger Levsen --- bin/reproducible_html_dd_list.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_html_dd_list.py') diff --git a/bin/reproducible_html_dd_list.py b/bin/reproducible_html_dd_list.py index a0d56bc7..24d71307 100755 --- a/bin/reproducible_html_dd_list.py +++ b/bin/reproducible_html_dd_list.py @@ -73,8 +73,10 @@ for suite in SUITES: html += '

' title = 'Maintainers of unreproducible packages in ' + suite destfile = DEBIAN_BASE + '/' + suite + '/index_dd-list.html' + suite_arch_nav_template = DEBIAN_URI + '/{{suite}}/index_dd-list.html' left_nav_html = create_main_navigation(suite=suite, arch=arch, - displayed_page='dd_list') + displayed_page='dd_list', no_arch=True, + suite_arch_nav_template=suite_arch_nav_template) write_html_page(title, html, destfile, style_note=True, left_nav_html=left_nav_html) log.info('%s/%s/index_dd-list.html published', DEBIAN_URL, suite) -- cgit v1.2.3-54-g00ecf