diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-17 11:15:30 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-17 11:15:30 +0200 |
commit | 4fe5ef9ea83aff7a754b5b57e4a7b088e710e866 (patch) | |
tree | 2c337532ad634c5d8cfb53c81a9faa3b7274e0a4 /bin/reproducible_netbsd.sh | |
parent | 700bbadb8c1e7d0428cbc2c6f3d61957a1f10304 (diff) | |
download | jenkins.debian.net-4fe5ef9ea83aff7a754b5b57e4a7b088e710e866.tar.xz |
reproducible netbsd: enable debug
Diffstat (limited to 'bin/reproducible_netbsd.sh')
-rwxr-xr-x | bin/reproducible_netbsd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index 86d67136..b64e9140 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -3,7 +3,7 @@ # Copyright 2014-2015 Holger Levsen <holger@layer-acht.org> # released under the GPLv=2 -DEBUG=false +DEBUG=true . /srv/jenkins/bin/common-functions.sh common_init "$@" |