[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix link target
Holger Levsen
holger at moszumanska.debian.org
Thu Aug 27 15:24:26 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 4af00c04a9041fef093ca941f5cb5a83bc2db189
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Aug 27 17:23:57 2015 +0200
reproducible: fix link target
---
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 e56dab9..d03e215 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -273,7 +273,7 @@ def _gen_links(suite, arch):
for i in SUITES: # suite links
if arch == 'armhf' and i != 'unstable':
continue
- html += '<li><a href="/' + i + 'index_suite_' + arch + '_stats.html">suite: ' + i + '</a></li>'
+ html += '<li><a href="/' + i + '/index_suite_' + arch + '_stats.html">suite: ' + i + '</a></li>'
if arch == 'amd64':
html += '<li><a href="/unstable/index_suite_armhf_stats.html\">arch: armhf</a></li>'
else:
--
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