From 071ebb73ece511543dbda1f6e37cd2e318396513 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 6 Mar 2015 12:57:23 +0100 Subject: reproducible: link pkg sets from default suite from all views --- bin/reproducible_common.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_common.py') diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index f6c75b61..8a4186d3 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -196,10 +196,11 @@ def write_html_page(title, body, destfile, suite=None, noheader=False, style_not if suite: suite_links = '
  • suite: ' + suite + '
  • ' if suite != 'experimental': - pkgset_link = '
  • package sets stats
  • ' + pkgset_link = '
  • package sets stats
  • ' else: suite_links = '' + pkgset_link = '
  • package sets stats
  • ' for i in SUITES: if i != suite: suite_links += '
  • suite: ' + i + '
  • ' -- cgit v1.2.3-54-g00ecf