summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dd_list.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-01-09 13:26:44 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-09 13:28:29 +0100
commitc2a458f1a90b7bd4d4c3148175e82b06efc9de29 (patch)
tree9d497f766862951951bf56d1d97c5dcbc5bf4a96 /bin/reproducible_html_dd_list.sh
parent166fc78806fcd33db60bc476d6b5dc6d2a4634b0 (diff)
downloadjenkins.debian.net-c2a458f1a90b7bd4d4c3148175e82b06efc9de29.tar.xz
reproducible: update links after apache change. strip the leading /userContent where possible
Diffstat (limited to 'bin/reproducible_html_dd_list.sh')
-rwxr-xr-xbin/reproducible_html_dd_list.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dd_list.sh b/bin/reproducible_html_dd_list.sh
index fa38cf26..5e37e519 100755
--- a/bin/reproducible_html_dd_list.sh
+++ b/bin/reproducible_html_dd_list.sh
@@ -28,7 +28,7 @@ while IFS= read -r LINE ; do
if [ "$UPLOADERS" = "$PACKAGE" ] ; then
UPLOADERS=""
fi
- write_page " <a href=\"/userContent/rb-pkg/$PACKAGE.html\">$PACKAGE</a> $UPLOADERS"
+ write_page " <a href=\"/rb-pkg/$PACKAGE.html\">$PACKAGE</a> $UPLOADERS"
else
LINE="$(echo $LINE | sed 's#&#\&amp;#g ; s#<#\&lt;#g ; s#>#\&gt;#g')"
write_page "$LINE"