diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-26 21:54:27 -0600 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-26 21:54:27 -0600 |
commit | 55ac01642621b0b62c8fc873b2a33ac7a98371a5 (patch) | |
tree | 41ecfff07366cb36d6ac9816287f668498359a3a | |
parent | 586d5475caf6273f010fac2316eba85624e157ed (diff) | |
download | jenkins.debian.net-55ac01642621b0b62c8fc873b2a33ac7a98371a5.tar.xz |
reproducible archlinux: disable debug
-rwxr-xr-x | bin/reproducible_arch_schroot_setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_arch_schroot_setup.sh b/bin/reproducible_arch_schroot_setup.sh index dffe7ffd..c2022b6f 100755 --- a/bin/reproducible_arch_schroot_setup.sh +++ b/bin/reproducible_arch_schroot_setup.sh @@ -8,7 +8,7 @@ # then configures pacman and abs # -DEBUG=true +DEBUG=false . /srv/jenkins/bin/common-functions.sh common_init "$@" |