diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-19 23:55:04 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-19 23:55:04 +0200 |
commit | 2343dee4b57c1a12b02878b01bc47baf2794633e (patch) | |
tree | 3b609914941bebb5d330dcc6bda269386c126af5 /bin | |
parent | c3d65388c43b1bd820869e778b092570ef7bef4d (diff) | |
download | jenkins.debian.net-2343dee4b57c1a12b02878b01bc47baf2794633e.tar.xz |
reproducible: disable debug
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_dashboards.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh index 79e72ff7..a5f84054 100755 --- a/bin/reproducible_html_dashboards.sh +++ b/bin/reproducible_html_dashboards.sh @@ -4,7 +4,7 @@ # © 2015 Mattia Rizzolo <mattia@mapreri.org> # released under the GPLv=2 -DEBUG=true +DEBUG=false . /srv/jenkins/bin/common-functions.sh common_init "$@" |