[Qa-jenkins-scm] [jenkins.debian.net] 03/03: reproducible: only show links to unstable/armhf
    Holger Levsen 
    holger at moszumanska.debian.org
       
    Sat Aug 22 11:13:31 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 efe9b8d99cc784d3e1bad231ebbd8483c5083d49
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Aug 22 13:13:19 2015 +0200
    reproducible: only show links to unstable/armhf
---
 bin/reproducible_html_packages.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index c12a253..9159058 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -167,11 +167,11 @@ def gen_extra_links(package, version, suite, arch, status):
 def gen_suites_links(package, current_arch):
     html = '<ul>\n'
     for a in ARCHS:
-        if current_arch == 'amd64' and a != 'amd64':
-            continue
         html += tab + '<li>{}\n'.format(a)
         html += tab + '<ul class="children">\n'
         for s in SUITES:
+            if a == 'armhf' and s != 'unstable':
+                continue
             status = package.get_status(s, a)
             if not status:  # The package is not available in that suite/arch
                 continue
-- 
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