summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-26 10:14:25 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-26 10:14:25 +0200
commit249fce35cc4fa1f46634a1913accfe095a984dab (patch)
treeb03658197573d189c1390031bce16a4d9b8d1571 /bin
parentcdc5c700bf7930d712a84712b936e9d0c9bd254f (diff)
downloadjenkins.debian.net-249fce35cc4fa1f46634a1913accfe095a984dab.tar.xz
reproducible: correctly link index_suite_$ARCH_stats
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_common.py2
-rwxr-xr-xbin/reproducible_common.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index b6ba1675..fd727714 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 +'">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\">armhf</a></li>'
else:
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 43414e4d..d97da615 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -222,7 +222,7 @@ write_page_header() {
# only unstable is tested on armhf atm
continue
fi
- write_page "<li><a href=\"/$i/$ARCH\">suite: $i</a></li>"
+ write_page "<li><a href=\"/$i/index_suite_${ARCH}_stats.html\">suite: $i</a></li>"
done
elif [ "$TARGET" = "notify" ] ; then
write_page "<li><a href=\"$BASEURL/index_${TARGET}.html\" title=\"notify icon\">${SPOKEN_TARGET}</a></li>"