diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-19 23:50:57 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-19 23:50:57 +0200 |
commit | 6799a8afa06894bb9958daf850dfe14dccf87990 (patch) | |
tree | 1eb18e526919a02143ddf4aaf69c8e85bd36c8cf | |
parent | 53c6b7c649a157cdb79cbb726b3717169a80c107 (diff) | |
download | jenkins.debian.net-6799a8afa06894bb9958daf850dfe14dccf87990.tar.xz |
reproducible: fixup last commit
-rwxr-xr-x | bin/reproducible_common.sh | 4 |
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>" |