diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-07 04:17:47 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-07 04:17:47 +0200 |
commit | 12b8977846c923eadb22db5b8d734b9a871fc5f5 (patch) | |
tree | bab065e61799a86dd975acde6c8baedf73fd54e8 | |
parent | 51d33877b9c51cd1dbe0976b2825428209e6e4df (diff) | |
download | jenkins.debian.net-12b8977846c923eadb22db5b8d734b9a871fc5f5.tar.xz |
Revert "reproducible: shrink to fix graphs a bit further"
This reverts commit 51d33877b9c51cd1dbe0976b2825428209e6e4df.
-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 b46a2ed4..5e191563 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=440 + HEIGHT=480 fi # only generate graph if the query returned data if [ $(cat ${TABLE[$1]}.csv | wc -l) -gt 1 ] ; then |