diff options
-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 aff86ecb..8636d75b 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=false +DEBUG=true . /srv/jenkins/bin/common-functions.sh common_init "$@" |