diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-11 13:07:03 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-11 13:07:03 +0200 |
commit | b61e9535c38d0ade84a16f76be5051b0f676e312 (patch) | |
tree | 40b744306bdf0d26c220302e3650bd85881cdc71 /bin | |
parent | 69c250623b53c08a3c5677254d8b333ca6f7bcb5 (diff) | |
download | jenkins.debian.net-b61e9535c38d0ade84a16f76be5051b0f676e312.tar.xz |
reproducible: disable debug
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 702db812..1d0df4c6 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.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 "$@" |