From b3bbb2b6e1a6be12d6567b2b3c7e669da70b9838 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Tue, 3 Mar 2015 00:51:23 +0100 Subject: reproducible: common: add suites links in the header. --- 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 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: -- cgit v1.2.3-54-g00ecf