summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-02 22:33:19 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-02 22:33:19 +0100
commit3f95b44912a4b2e0d69d6622fec524707d9998b5 (patch)
tree4d12102554b92348c2d222ffe0cf8de28a19e57b /bin
parentb8ee35f90c791fbdc685ba09cf631e11cdd2ed5e (diff)
downloadjenkins.debian.net-3f95b44912a4b2e0d69d6622fec524707d9998b5.tar.xz
reproducible: fixup 8902cce8c
Diffstat (limited to 'bin')
-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 52d342af..e36ae9c0 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -287,7 +287,7 @@ write_page "<p>"
write_page " <a href=\"/userContent/${TABLE[0]}.png\"><img src=\"/userContent/$SUITE/${TABLE[0]}.png\" class=\"graph\" alt=\"${MAINLABEL[0]}\"></a>"
# redo png once a day
if [ ! -f /var/lib/jenkins/userContent/$SUITE/${TABLE[0]}.png ] || [ -z $(find /var/lib/jenkins/userContent/$SUITE -maxdepth 1 -mtime +0 -name ${TABLE[0]}.png) ] ; then
- redo_png $i ${TABLE[0]}.png
+ redo_png 0 ${TABLE[0]}.png
fi
write_page "</p>"
write_page_footer