diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-02 11:54:50 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-02 11:54:50 +0200 |
commit | 0b3dc6bf380747cb636830853d23111b7efe3dfe (patch) | |
tree | 4438b00d10593aea238fa18edeefd1d9604b1e42 | |
parent | 54ab8fecbf50ec7faa57260f4e99943d977042e8 (diff) | |
download | jenkins.debian.net-0b3dc6bf380747cb636830853d23111b7efe3dfe.tar.xz |
reproducible: enable debugging
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 42d0f5fa..c6a364bc 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -4,7 +4,7 @@ # © 2015 Mattia Rizzolo <mattia@mapreri.org> # released under the GPLv=2 -DEBUG=false +DEBUG=true . /srv/jenkins/bin/common-functions.sh common_init "$@" |