summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-19 23:54:07 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-19 23:54:07 +0200
commitc3d65388c43b1bd820869e778b092570ef7bef4d (patch)
treeedebedf87d9078309fb51cedc0228add5bf1c77d /bin
parent6799a8afa06894bb9958daf850dfe14dccf87990 (diff)
downloadjenkins.debian.net-c3d65388c43b1bd820869e778b092570ef7bef4d.tar.xz
reproducible: add links to (the) other archs
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_common.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 11b56280..e65ed4dc 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -271,6 +271,10 @@ def _gen_links(suite, arch):
html += link[1].format(suite=suite, arch=arch) + '\n'
for i in SUITES: # suite links
html += '<li><a href="/' + i +'">suite: ' + i + '</a></li>'
+ if arch == 'amd64':
+ html += '<li><a href="/unstable/index_suite_armhf.html\">armhf</a></li>'
+ else
+ html += '<li><a href="/unstable/index_suite_amd64.html\">amd64</a></li>'
return html