summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_indexes.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-03-03 00:51:23 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-03 00:51:59 +0100
commitb3bbb2b6e1a6be12d6567b2b3c7e669da70b9838 (patch)
treea049c78880816d96ec144658f71804ee67bd76c5 /bin/reproducible_html_indexes.py
parent209419c8dbcafeb8eb99e49100225c30791cd623 (diff)
downloadjenkins.debian.net-b3bbb2b6e1a6be12d6567b2b3c7e669da70b9838.tar.xz
reproducible: common: add suites links in the header.
Diffstat (limited to 'bin/reproducible_html_indexes.py')
-rwxr-xr-xbin/reproducible_html_indexes.py2
1 files changed, 1 insertions, 1 deletions
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)