[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: add more spacing between archs/suites to make it clearer they are separate links

Holger Levsen holger at layer-acht.org
Sat May 21 17:10:06 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 73f504b99c58acf52a2ad4c892eda71ea2e7ae1d
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Sat May 21 19:00:11 2016 +0200

    reproducible debian: add more spacing between archs/suites to make it clearer they are separate links
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_common.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index ac941bb..6b20075 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -330,14 +330,14 @@ def _gen_pkg_sets_link(suite, arch):
 def _gen_arch_links(suite, arch):
     html = '<li>'
     for a in ARCHS:
-        html += ' <a href="/' + suite + '/index_suite_' + a + '_stats.html\">' + a + '</a>'
+        html += ' <a href="/' + suite + '/index_suite_' + a + '_stats.html\">' + a + '</a>  '
     html += '</li>'
     return html
 
 def _gen_suite_links(suite, arch):
     html = '<li>'
     for s in SUITES:
-        html += ' <a href="/' + s + '/index_suite_' + arch + '_stats.html">' + s + '</a>'
+        html += ' <a href="/' + s + '/index_suite_' + arch + '_stats.html">' + s + '</a>  '
     html += '</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