[Qa-jenkins-scm] [jenkins.debian.net] 02/05: reproducible: add link to suite page in the navigationm of each pkg page

Holger Levsen holger at moszumanska.debian.org
Sat Oct 3 17:52:54 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 c04901a85553f092fd9302e1abd6c1023883bd50
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Oct 3 19:01:32 2015 +0200

    reproducible: add link to suite page in the navigationm of each pkg page
---
 bin/reproducible_html_packages.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index 83f0225..6d5c5d6 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -199,8 +199,8 @@ def gen_suites_links(package, current_suite, current_arch):
             icon = prefix + '<img src="/static/{icon}" alt="{status}" title="{status}"/>' + suffix
             html += icon.format(icon=join_status_icon(status)[1], status=status)
             html += (tab*2 + ' <a href="{}/{}/{}/{}.html" target="_parent"' + \
-                     ' title="{}: {}{}">{}</a>: {}\n').format(RB_PKG_URI,
-                     s, a, package.name, status, version, build_date, s, version)
+                     ' title="{}: {}{}">{}</a> in <a href="/{}/{}/" target="_parent">{}</a>\n').format(RB_PKG_URI,
+                     s, a, package.name, status, version, build_date, version, s, a, s)
             html += '</li>\n'
         html += tab + '</ul></li>'
     html += '</ul>\n'

-- 
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