summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-02 21:27:59 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-02 21:27:59 +0100
commit02e041ccef65e88ae6710e26f3c04f22438c6479 (patch)
treedddf7b55ce89fde4db98ec6bf2dc6a3384f9a2f3 /bin
parentc2aaa7afbdf00a6d94c69d1d164392fe5ba67db4 (diff)
downloadjenkins.debian.net-02e041ccef65e88ae6710e26f3c04f22438c6479.tar.xz
reproducible: use / as URL base
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index fd409100..1e5c20a5 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -165,7 +165,7 @@ write_page_header() {
done
for i in $SUITES ; do
if [ "$i" != "$SUITE" ] ; then
- write_page "<li><a href=\"$i\">suite: $i</a></li>"
+ write_page "<li><a href=\"/$i\">suite: $i</a></li>"
fi
done
write_page "</ul>"