[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: fix links to other archs on pkgset pages
Holger Levsen
holger at layer-acht.org
Tue Jul 19 19:31:53 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 d79d7c0c953eee95167b96b2caa2af286f296ff7
Author: Valerie R Young <spectranaut at riseup.net>
Date: Tue Jul 19 13:20:45 2016 -0400
reproducible debian: fix links to other archs on pkgset pages
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_html_pkg_sets.py | 2 +-
bin/templates/pkgset_details.mustache | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_html_pkg_sets.py b/bin/reproducible_html_pkg_sets.py
index edcfb85..89652aa 100755
--- a/bin/reproducible_html_pkg_sets.py
+++ b/bin/reproducible_html_pkg_sets.py
@@ -162,7 +162,7 @@ def gen_other_arch_context(archs, suite, pkgset_name):
for arch in archs:
context.append({
'arch': arch,
- 'link': "/".join([DEBIAN_BASE, suite, arch, page])
+ 'link': "/".join(['/debian', suite, arch, page])
})
return context
diff --git a/bin/templates/pkgset_details.mustache b/bin/templates/pkgset_details.mustache
index ac72174..e767118 100644
--- a/bin/templates/pkgset_details.mustache
+++ b/bin/templates/pkgset_details.mustache
@@ -5,7 +5,7 @@
<br />
The package set '{{pkgset_name}}' in {{suite}}/{{arch}} consists of:
- (see this package set on {{#other_archs}}<a href="{{link}}" title="See this packageset in unstable/{{arch}}" target="_parent">{{arch}}</a>
+ (see this package set on {{#other_archs}}<a href="{{link}}" title="See this packageset in unstable/{{arch}}">{{arch}}</a>
{{/other_archs}})
<br />
--
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