summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_pkg_sets.py
diff options
context:
space:
mode:
authorValerie R Young <spectranaut@riseup.net>2016-07-25 18:06:00 -0400
committerHolger Levsen <holger@layer-acht.org>2016-07-28 14:06:24 -0400
commit1b4dc1b3191e3623a0eeb7cacef80be1ab71d0a2 (patch)
tree1311be767dc70e865b0d126425e0371d28e5ed5b /bin/reproducible_html_pkg_sets.py
parent065c7381d97e87cd2d2a799093023e120b1cad0c (diff)
downloadjenkins.debian.net-1b4dc1b3191e3623a0eeb7cacef80be1ab71d0a2.tar.xz
reproducible debian: show the "show all" button when summary tag supported
The "summary" tag is presentally not supported in firefox... but will be with the release of firefox version 48 in August 2016! In the meantime, this commit hides the "see all package sets in suite/arch" button on the package set pages used to expand all the summary tags for firefox. Once Firefox 48 is released, this commit should be reverted. Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_html_pkg_sets.py')
-rwxr-xr-xbin/reproducible_html_pkg_sets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_pkg_sets.py b/bin/reproducible_html_pkg_sets.py
index c38370af..40506278 100755
--- a/bin/reproducible_html_pkg_sets.py
+++ b/bin/reproducible_html_pkg_sets.py
@@ -262,7 +262,7 @@ def create_pkgset_page_and_graphs(suite, arch, stats, pkgset_name):
log.info("Creating meta pkgset page for %s in %s/%s.",
pkgset_name, suite, arch)
write_html_page(title=title, body=html_body, destfile=destfile,
- left_nav_html=left_nav_html)
+ left_nav_html=left_nav_html, include_pkgset_js=True)
def create_pkgset_graph(png_file, suite, arch, pkgset_name):