summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-06 12:57:23 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-06 12:57:23 +0100
commit071ebb73ece511543dbda1f6e37cd2e318396513 (patch)
tree8f5aab271c3a4248a661bccb04a3c372df0f8488 /bin/reproducible_common.py
parentb75e5df21cdfb517619e1dec8988f3e634028270 (diff)
downloadjenkins.debian.net-071ebb73ece511543dbda1f6e37cd2e318396513.tar.xz
reproducible: link pkg sets from default suite from all views
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py3
1 files changed, 2 insertions, 1 deletions
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 = '<li><a href="/' + suite +'">suite: ' + suite + '</a></li>'
if suite != 'experimental':
- pkgset_link = '<li><a href="/' + suite + 'index_pkg_sets.html">package sets stats</a></li>'
+ pkgset_link = '<li><a href="/' + suite + 'amd64/index_pkg_sets.html">package sets stats</a></li>'
else:
suite_links = ''
+ pkgset_link = '<li><a href="/sid/amd64/index_pkg_sets.html">package sets stats</a></li>'
for i in SUITES:
if i != suite:
suite_links += '<li><a href="/' + i +'">suite: ' + i + '</a></li>'