diff options
author | Valerie R Young <spectranaut@riseup.net> | 2016-07-19 13:20:45 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-19 21:31:45 +0200 |
commit | d79d7c0c953eee95167b96b2caa2af286f296ff7 (patch) | |
tree | abea474234a4116a72451b473ff94affeafc7743 /bin | |
parent | 05be87bb9ca9709b5231aa2087024fbcceab367d (diff) | |
download | jenkins.debian.net-d79d7c0c953eee95167b96b2caa2af286f296ff7.tar.xz |
reproducible debian: fix links to other archs on pkgset pages
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_pkg_sets.py | 2 | ||||
-rw-r--r-- | 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 edcfb850..89652aa5 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 ac721747..e767118b 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 /> |