diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.py | 3 |
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>' |