diff options
author | Ulrike Uhlig <u@451f.org> | 2014-10-16 22:45:13 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-16 23:19:04 +0200 |
commit | eda8faafb85a3d48899ab3573a4e9d118ed0a400 (patch) | |
tree | e00df91354d233ae51aed1d60c1d0d3380b87e39 | |
parent | 94ab3d79114bdd3783b0b8f055942ed9ab0dbcd4 (diff) | |
download | jenkins.debian.net-eda8faafb85a3d48899ab3573a4e9d118ed0a400.tar.xz |
delete fixed image sizes and use a class 'graph' instead for imgs
-rwxr-xr-x | bin/reproducible_stats.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index fa349fcc..cbebb210 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -915,7 +915,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\" width=\"50%\" height=\"50%\" alt=\"${MAINLABEL[$i]}\"></a>" + write_page " <a href=\"$JENKINS_URL/userContent/${TABLE[$i]}.png\"><img src=\"$JENKINS_URL/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 -1 -name ${TABLE[$i]}.png) ] ; then redo_png |