summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
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.sh
parent2343dee4b57c1a12b02878b01bc47baf2794633e (diff)
downloadjenkins.debian.net-d91fd954c9b337141711abb75e736012c0e715b7.tar.xz
reproducible fixup
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 234754c6..b84a4669 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -227,10 +227,10 @@ write_page_header() {
elif [ "$TARGET" = "notify" ] ; then
write_page "<li><a href=\"$BASEURL/index_${TARGET}.html\" title=\"notify icon\">${SPOKEN_TARGET}</a></li>"
elif [ "$TARGET" = "arch" ] ; then
- if [ "$ARCH" ] = "amd64" ; then
- write_page "<li><a href=\"/unstable/index_suite_armhf.html\">armhf</a></li>"
+ if [ "$ARCH" = "amd64" ] ; then
+ write_page "<li><a href=\"/unstable/index_suite_armhf_stats.html\">armhf</a></li>"
else
- write_page "<li><a href=\"/unstable/index_suite_amd64.html\">amd64</a></li>"
+ write_page "<li><a href=\"/unstable/index_suite_amd64_stats.html\">amd64</a></li>"
fi
else
write_page "<li><a href=\"$BASEURL/index_${TARGET}.html\">${SPOKEN_TARGET}</a></li>"