[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: only link to suites that are tested on armhf (and two whitespace changes in the same function)

Holger Levsen holger at moszumanska.debian.org
Wed Aug 26 00:13:37 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 ea4e95aaf16c4158cfac84510c380bdff3a8dc1c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Aug 26 02:13:16 2015 +0200

    reproducible: only link to suites that are tested on armhf (and two whitespace changes in the same function)
---
 bin/reproducible_common.py | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 0fc4521..b6ba167 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -271,11 +271,13 @@ def _gen_links(suite, arch):
             continue
         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 == 'armhf' and i != 'unstable':
+            continue
+        html += '<li><a href="/' + i +'">suite: ' + i + '</a></li>'
     if arch == 'amd64':
-            html += '<li><a href="/unstable/index_suite_armhf_stats.html\">armhf</a></li>'
+        html += '<li><a href="/unstable/index_suite_armhf_stats.html\">armhf</a></li>'
     else:
-            html += '<li><a href="/unstable/index_suite_amd64_stats.html\">amd64</a></li>'
+        html += '<li><a href="/unstable/index_suite_amd64_stats.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