From d5a0b24e1efa78a89cfdbacd0544182d35c29d1d Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 22 Aug 2015 10:10:03 +0000 Subject: reproducible: html_packages: fix syntax --- bin/reproducible_html_packages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_packages.py') 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 -- cgit v1.2.3-54-g00ecf