summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-19 23:50:57 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-19 23:50:57 +0200
commit6799a8afa06894bb9958daf850dfe14dccf87990 (patch)
tree1eb18e526919a02143ddf4aaf69c8e85bd36c8cf /bin
parent53c6b7c649a157cdb79cbb726b3717169a80c107 (diff)
downloadjenkins.debian.net-6799a8afa06894bb9958daf850dfe14dccf87990.tar.xz
reproducible: fixup last commit
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 3ed5c2be..234754c6 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -228,9 +228,9 @@ write_page_header() {
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=\"$BASEURL/unstable/index_suite_armhf.html\">$arch: armhf</a></li>"
+ write_page "<li><a href=\"/unstable/index_suite_armhf.html\">armhf</a></li>"
else
- write_page "<li><a href=\"$BASEURL/unstable/index_suite_amd64.html\">$arch: amd64</a></li>"
+ write_page "<li><a href=\"/unstable/index_suite_amd64.html\">amd64</a></li>"
fi
else
write_page "<li><a href=\"$BASEURL/index_${TARGET}.html\">${SPOKEN_TARGET}</a></li>"