diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-03 10:16:58 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-03 10:26:29 +0200 |
commit | 877efc7287a4d7da51dd8773cc74c6e663cd633d (patch) | |
tree | 13d5897b1d483624c97ea63051cd85fb45e124e1 /bin | |
parent | 02c4e1768d6d8310616fcae1024f40a3825379b8 (diff) | |
download | jenkins.debian.net-877efc7287a4d7da51dd8773cc74c6e663cd633d.tar.xz |
reproducible: disable debug again
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/schroot-create.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh index 8636d75b..aff86ecb 100755 --- a/bin/schroot-create.sh +++ b/bin/schroot-create.sh @@ -6,7 +6,7 @@ # Copyright 2015 MAttia Rizzolo <mattia@mapreri.org> # released under the GPLv=2 -DEBUG=true +DEBUG=false . /srv/jenkins/bin/common-functions.sh common_init "$@" |