[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: fix braino

Holger Levsen holger at moszumanska.debian.org
Tue Mar 29 22:13:50 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 ff377a2ff857ecc5b3a939d165e80dbf92de6c64
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Mar 29 18:13:14 2016 -0400

    reproducible debian: fix braino
---
 bin/reproducible_common.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 7f34078..4fe46c7 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -313,7 +313,7 @@ def _gen_links(suite, arch):
         html += '<li><a href="/' + i + '/index_suite_' + arch + '_stats.html">suite: ' + i + '</a></li>'
     for linkarch in ARCHS:
         if arch != linkarch:
-            html += '<li><a href="/unstable/index_suite_' + linkarch + '_stats.html\">arch: ' + arch + '</a></li>'
+            html += '<li><a href="/unstable/index_suite_' + linkarch + '_stats.html\">arch: ' + linkarch + '</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