[Qa-jenkins-scm] [jenkins.debian.net] 01/01: debian reproducible: fix links to packages in 'testing' and 'unstable' on package pages

Holger Levsen holger at layer-acht.org
Thu Jun 9 17:02:22 UTC 2016


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 dbb4f0ff4994030828ca7ee901ec80e9a2ddce26
Author: Valerie R Young <spectranaut at riseup.net>
Date:   Thu Jun 9 13:00:09 2016 -0400

    debian reproducible: fix links to packages in 'testing' and 'unstable' on package pages
---
 bin/reproducible_html_packages.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index caa3241..840bc17 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -188,7 +188,7 @@ def gen_suites_links(package, current_suite, current_arch):
             if ( s == current_suite and a == current_arch ):
                 html += (tab*2 + ' {}').format(version)
             else:
-                html += (tab*2 + ' <a href="/debian/{}/{}/{}/{}.html" target="_parent"' + \
+                html += (tab*2 + ' <a href="{}/{}/{}/{}.html" target="_parent"' + \
                      ' title="{}: {}{}">{}</a>').format(RB_PKG_URI,
                      s, a, package.name, spokenstatus, version, build_date, version)
             html += ' in <a href="/debian/{}/{}/" target="_parent">{}</a>\n'.format(s, a, s)

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