[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: link pkg sets from default suite from all views
Holger Levsen
holger at moszumanska.debian.org
Fri Mar 6 11:58:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 071ebb73ece511543dbda1f6e37cd2e318396513
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Mar 6 12:57:23 2015 +0100
reproducible: link pkg sets from default suite from all views
---
bin/reproducible_common.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index f6c75b6..8a4186d 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>'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list