diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-31 00:25:26 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-31 00:25:26 +0200 |
commit | 5044710aa1d25c621e814ea66e0c9e60762d2708 (patch) | |
tree | b78a955904f792b3e1675dd89a257ae57d4600e8 /bin | |
parent | 5278e779cb60cfef20aa8be36e3b0d5069bc2101 (diff) | |
download | jenkins.debian.net-5044710aa1d25c621e814ea66e0c9e60762d2708.tar.xz |
reproducible: enable 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 cfd9e57a..27088555 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 "$@" |