summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_graphs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-12-17 17:46:53 +0100
committerHolger Levsen <holger@layer-acht.org>2014-12-17 17:46:53 +0100
commitfac844021d3108a9b7186020327485f7c95cbfd8 (patch)
tree1c7bf8c5bb7b8f826016a827d0e06593ec33c2a0 /bin/reproducible_html_graphs.sh
parent08d368d36bad50af0f5dacf77befe664f451d60b (diff)
downloadjenkins.debian.net-fac844021d3108a9b7186020327485f7c95cbfd8.tar.xz
fixup last commit
Diffstat (limited to 'bin/reproducible_html_graphs.sh')
-rwxr-xr-xbin/reproducible_html_graphs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index 02532fc2..5e5c9a19 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -171,7 +171,7 @@ for i in 0 1 3 ; do
if [ "$i" = "3" ] ; then
write_usertag_table
fi
- write_page " <a href=\"$JENKINS_URL/userContent/${TABLE[$i]}.png\"><img src=\"$JENKINS_URL/userContent/${TABLE[$i]}.png\" class=\"graph\" alt=\"${MAINLABEL[$i]}\"></a>"
+ write_page " <a href=\"/userContent/${TABLE[$i]}.png\"><img src=\"/userContent/${TABLE[$i]}.png\" class=\"graph\" alt=\"${MAINLABEL[$i]}\"></a>"
# redo pngs once a day
if [ ! -f /var/lib/jenkins/userContent/${TABLE[$i]}.png ] || [ -z $(find /var/lib/jenkins/userContent -maxdepth 1 -mtime +0 -name ${TABLE[$i]}.png) ] ; then
redo_png