diff options
author | Philip Hands <phil@hands.com> | 2016-07-15 18:05:57 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-18 19:59:17 +0200 |
commit | 9c8505cf1991bc5c0ddceb02627725d0466445dc (patch) | |
tree | c947a812f4992f605fe05b6933baa50d7bd2ea86 | |
parent | fcb03761da448535fc2344715e7bcc3a5f6c08c5 (diff) | |
download | jenkins.debian.net-9c8505cf1991bc5c0ddceb02627725d0466445dc.tar.xz |
lvc + d-i: turn on DEBUG for
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-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 "$@" |