diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-25 09:27:19 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-25 09:27:19 +0200 |
commit | a036d57e34ab521c74a9f8766ff34ec31f84ef4f (patch) | |
tree | 4d665ff5c6784100a4d832a12dffe6a9d9e4f604 /bin | |
parent | 894fbaf860fed21b0aa9a872e66123c13326b210 (diff) | |
download | jenkins.debian.net-a036d57e34ab521c74a9f8766ff34ec31f84ef4f.tar.xz |
reproducible: enable debug
Diffstat (limited to 'bin')
-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 e9ca1517..dab37d12 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 "$@" |