summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
diff options
context:
space:
mode:
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: