summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-26 10:15:51 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-26 10:15:51 +0200
commitdad04e49b3e224f217f072f1758386f8f3031fd9 (patch)
treee47d17afd62b3b5e9f71539ebde0e87c61e0ab7e /bin/reproducible_common.py
parent249fce35cc4fa1f46634a1913accfe095a984dab (diff)
downloadjenkins.debian.net-dad04e49b3e224f217f072f1758386f8f3031fd9.tar.xz
reproducible: change link names from "$arch" to "arch: $arch"
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index fd727714..e56dab98 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -275,9 +275,9 @@ def _gen_links(suite, arch):
continue
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\">armhf</a></li>'
+ html += '<li><a href="/unstable/index_suite_armhf_stats.html\">arch: armhf</a></li>'
else:
- html += '<li><a href="/unstable/index_suite_amd64_stats.html\">amd64</a></li>'
+ html += '<li><a href="/unstable/index_suite_amd64_stats.html\">arch: amd64</a></li>'
return html