summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-01-14 19:42:24 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-15 00:14:31 +0100
commit507c17c70c377331bc26f012da7e6734c1501ffd (patch)
tree785ba25959a30fe0621466ca032d783021c4a54f /bin/reproducible_html_packages.py
parenta5bb242f19302a5b2ce1200f1475e5af480f994e (diff)
downloadjenkins.debian.net-507c17c70c377331bc26f012da7e6734c1501ffd.tar.xz
reproducible: change the way the footpage info are passed. Add html_foot_page_buildinfo_note template
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 3ce58166..f3f89244 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -139,7 +139,7 @@ def process_packages(packages, no_clean=False):
desturl = REPRODUCIBLE_URL + RB_PKG_URI + '/' + pkg + '.html'
title = pkg + ' - reproducible build results'
write_html_page(title=title, body=html, destfile=destfile,
- noheader=True, nofooter=True, noendpage=True)
+ noheader=True, noendpage=True)
log.info("Package page generated at " + desturl)
if not no_clean:
purge_old_pages() # housekeep is always good