[Qa-jenkins-scm] [jenkins.debian.net] 01/03: reproducible: html_packages: fix syntax
Holger Levsen
holger at moszumanska.debian.org
Sat Aug 22 11:13:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit d5a0b24e1efa78a89cfdbacd0544182d35c29d1d
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Sat Aug 22 10:10:03 2015 +0000
reproducible: html_packages: fix syntax
---
bin/reproducible_html_packages.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index a1e1e2f..7fb61cd 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list