diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-07 04:16:19 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-07 04:16:19 +0200 |
commit | 51d33877b9c51cd1dbe0976b2825428209e6e4df (patch) | |
tree | 16dcebaaa7913ea768395bf1ba8b68c99539b940 /bin | |
parent | b2201ed25893d9e4dcc866df30c2ae95d3befb60 (diff) | |
download | jenkins.debian.net-51d33877b9c51cd1dbe0976b2825428209e6e4df.tar.xz |
reproducible: shrink to fix graphs a bit further
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
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 |