From b3bbb2b6e1a6be12d6567b2b3c7e669da70b9838 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Tue, 3 Mar 2015 00:51:23 +0100 Subject: reproducible: common: add suites links in the header. --- bin/reproducible_html_indexes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_indexes.py') diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py index 6ef416aa..08bb7e61 100755 --- a/bin/reproducible_html_indexes.py +++ b/bin/reproducible_html_indexes.py @@ -342,7 +342,7 @@ def build_page(page, suite=None, arch=None): destfile = BASE + '/' + suite + '/' + arch + '/index_' + page + '.html' desturl = REPRODUCIBLE_URL + '/' + suite + '/' + arch + '/index_' + \ page + '.html' - write_html_page(title=title, body=html, destfile=destfile, style_note=True) + write_html_page(title=title, body=html, destfile=destfile, suite=suite, style_note=True) log.info('"' + title + '" now available at ' + desturl) -- cgit v1.2.3-54-g00ecf