summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dd_list.py
diff options
context:
space:
mode:
authorValerie R Young <spectranaut@riseup.net>2016-08-02 18:36:51 -0400
committerHolger Levsen <holger@layer-acht.org>2016-08-03 00:40:24 +0200
commitb8bc3d3d2bd2b730871f537b8d78a6dae937249a (patch)
treeb51b0b70cd7cf61bd009d66b91c77293f54d9b52 /bin/reproducible_html_dd_list.py
parente6d345ae0845d12d5ec07e8fb3a7c7f19e3e5ed1 (diff)
downloadjenkins.debian.net-b8bc3d3d2bd2b730871f537b8d78a6dae937249a.tar.xz
reproducible debian: add cross suite/arch nav for scheduled and maintainers
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_html_dd_list.py')
-rwxr-xr-xbin/reproducible_html_dd_list.py4
1 files changed, 3 insertions, 1 deletions
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 += '</pre></p>'
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)