[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: add links to (the) other archs
Holger Levsen
holger at moszumanska.debian.org
Wed Aug 19 21:54:13 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 c3d65388c43b1bd820869e778b092570ef7bef4d
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Aug 19 23:54:07 2015 +0200
reproducible: add links to (the) other archs
---
bin/reproducible_common.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 11b5628..e65ed4d 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
--
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