summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-03-29 18:13:14 -0400
committerHolger Levsen <holger@layer-acht.org>2016-03-29 18:13:14 -0400
commitff377a2ff857ecc5b3a939d165e80dbf92de6c64 (patch)
tree22f9ce7a0a53076acf8e911df718c1de24611cf4 /bin
parent1d3cf79418140c54b43b77f04c1c34b9806f8523 (diff)
downloadjenkins.debian.net-ff377a2ff857ecc5b3a939d165e80dbf92de6c64.tar.xz
reproducible debian: fix braino
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 7f340788..4fe46c73 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