summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
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>"