summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-08-22 10:10:03 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-08-22 11:06:54 +0000
commitd5a0b24e1efa78a89cfdbacd0544182d35c29d1d (patch)
treed2dc8c80c73699dafb70aca51932afd1291028e4 /bin/reproducible_html_packages.py
parente7d74461fd32f2da2396dd4c31c8bd81f5d3009a (diff)
downloadjenkins.debian.net-d5a0b24e1efa78a89cfdbacd0544182d35c29d1d.tar.xz
reproducible: html_packages: fix syntax
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 a1e1e2fb..7fb61cd1 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -234,7 +234,7 @@ def gen_packages_html(packages, no_clean=False):
'/' + arch + '/' + pkg + '.html'
title = pkg + ' - reproducible build results'
write_html_page(title=title, body=html, destfile=destfile,
- noheader=True, noendpage=True, indexes=True)
+ noheader=True, noendpage=True, packages=True)
log.debug("Package page generated at " + desturl)
if not no_clean:
purge_old_pages() # housekeep is always good