diff options
-rwxr-xr-x | bin/d-i_build.sh | 2 | ||||
-rwxr-xr-x | bin/lvc.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/d-i_build.sh b/bin/d-i_build.sh index f644a82f..01966181 100755 --- a/bin/d-i_build.sh +++ b/bin/d-i_build.sh @@ -4,7 +4,7 @@ # 2016 Phil Hands <phil@hands.com> # released under the GPLv=2 -DEBUG=false +DEBUG=true . /srv/jenkins/bin/common-functions.sh common_init "$@" @@ -4,7 +4,7 @@ # Copyright 2016 Philip Hands <phil@hands.com> # released under the GPLv=2 -DEBUG=false +DEBUG=true . /srv/jenkins/bin/common-functions.sh common_init "$@" |