[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: deterministic link order

Holger Levsen holger at moszumanska.debian.org
Mon Mar 16 13:55:46 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 b4cad83cf262a1b1ac1988087703bed1c3ba5892
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Mar 16 14:53:38 2015 +0100

    reproducible: deterministic link order
---
 bin/reproducible_common.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 70fcc9d..de525aa 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -201,12 +201,8 @@ def _gen_links(suite, arch):
             html += link[1].format(suite=suite, arch=arch) + '\n'
         if not suite:
             html += link[1].format(suite='unstable', arch=arch) + '\n'
-    if suite:  # suite stats
-        html += '<li><a href="/' + suite + \
-                '/index_suite_stats.html">suite: ' + suite + '</a></li>'
     for i in SUITES:  # suite links
-           if i != suite:
-                html += '<li><a href="/' + i +'">suite: ' + i + '</a></li>'
+            html += '<li><a href="/' + i +'">suite: ' + i + '</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