summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-07 04:16:19 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-07 04:16:19 +0200
commit51d33877b9c51cd1dbe0976b2825428209e6e4df (patch)
tree16dcebaaa7913ea768395bf1ba8b68c99539b940 /bin/reproducible_common.sh
parentb2201ed25893d9e4dcc866df30c2ae95d3befb60 (diff)
downloadjenkins.debian.net-51d33877b9c51cd1dbe0976b2825428209e6e4df.tar.xz
reproducible: shrink to fix graphs a bit further
Diffstat (limited to 'bin/reproducible_common.sh')
-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 5e191563..b46a2ed4 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -601,7 +601,7 @@ create_png_from_table() {
local WIDTH=1920
local HEIGHT=960
if [ $1 -eq 8 ] ; then
- HEIGHT=480
+ HEIGHT=440
fi
# only generate graph if the query returned data
if [ $(cat ${TABLE[$1]}.csv | wc -l) -gt 1 ] ; then