summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-19 23:57:45 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-19 23:57:45 +0200
commitd91fd954c9b337141711abb75e736012c0e715b7 (patch)
treea6f786c312d5c9ab622135d1e0f8c20e41bd8c38 /bin/reproducible_common.py
parent2343dee4b57c1a12b02878b01bc47baf2794633e (diff)
downloadjenkins.debian.net-d91fd954c9b337141711abb75e736012c0e715b7.tar.xz
reproducible fixup
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 e65ed4dc..0a5d7388 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -272,9 +272,9 @@ def _gen_links(suite, arch):
for i in SUITES: # suite links
html += '<li><a href="/' + i +'">suite: ' + i + '</a></li>'
if arch == 'amd64':
- html += '<li><a href="/unstable/index_suite_armhf.html\">armhf</a></li>'
+ html += '<li><a href="/unstable/index_suite_armhf_stats.html\">armhf</a></li>'
else
- html += '<li><a href="/unstable/index_suite_amd64.html\">amd64</a></li>'
+ html += '<li><a href="/unstable/index_suite_amd64_stats.html\">amd64</a></li>'
return html