summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.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_packages.py
parent209419c8dbcafeb8eb99e49100225c30791cd623 (diff)
downloadjenkins.debian.net-b3bbb2b6e1a6be12d6567b2b3c7e669da70b9838.tar.xz
reproducible: common: add suites links in the header.
Diffstat (limited to 'bin/reproducible_html_packages.py')
-rwxr-xr-xbin/reproducible_html_packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index d5a74af0..8fa02cf7 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -170,7 +170,7 @@ def gen_packages_html(packages, suite='sid', arch='amd64', no_clean=False):
desturl = REPRODUCIBLE_URL + RB_PKG_URI + '/' + suite + '/' + \
arch + '/' + pkg + '.html'
title = pkg + ' - reproducible build results'
- write_html_page(title=title, body=html, destfile=destfile,
+ write_html_page(title=title, body=html, destfile=destfile, suite=suite,
noheader=True, noendpage=True)
log.info("Package page generated at " + desturl)
if not no_clean: