diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-20 20:13:43 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-20 20:13:43 +0200 |
commit | 0925269bd0b2af83c4cb17fdc358d0ba959e3eea (patch) | |
tree | b6443d8fa8aa1b0e294bcc84a3f665a2348a6cbe | |
parent | d40cc7e7b52cc445f8823b0d9def309c3a40ec9b (diff) | |
download | jenkins.debian.net-0925269bd0b2af83c4cb17fdc358d0ba959e3eea.tar.xz |
reproducible: debug all the builds
-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 875e9c67..1370f7b7 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=false +DEBUG=true . /srv/jenkins/bin/common-functions.sh common_init "$@" |