[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible debian: add i386 to navigation

Holger Levsen holger at moszumanska.debian.org
Tue Mar 29 22: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 1d3cf79418140c54b43b77f04c1c34b9806f8523
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Mar 29 18:00:58 2016 -0400

    reproducible debian: add i386 to navigation
---
 bin/reproducible_common.py | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 57a98fe..7f34078 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -311,10 +311,9 @@ 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 + '/index_suite_' + arch + '_stats.html">suite: ' + i + '</a></li>'
-    if arch == 'amd64':
-        html += '<li><a href="/unstable/index_suite_armhf_stats.html\">arch: armhf</a></li>'
-    else:
-        html += '<li><a href="/unstable/index_suite_amd64_stats.html\">arch: amd64</a></li>'
+    for linkarch in ARCHS:
+        if arch != linkarch:
+            html += '<li><a href="/unstable/index_suite_' + linkarch + '_stats.html\">arch: ' + arch + '</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