summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-07-15 18:05:57 +0200
committerHolger Levsen <holger@layer-acht.org>2016-07-18 19:59:17 +0200
commit9c8505cf1991bc5c0ddceb02627725d0466445dc (patch)
treec947a812f4992f605fe05b6933baa50d7bd2ea86
parentfcb03761da448535fc2344715e7bcc3a5f6c08c5 (diff)
downloadjenkins.debian.net-9c8505cf1991bc5c0ddceb02627725d0466445dc.tar.xz
lvc + d-i: turn on DEBUG for
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-xbin/d-i_build.sh2
-rwxr-xr-xbin/lvc.sh2
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 "$@"
diff --git a/bin/lvc.sh b/bin/lvc.sh
index acb5b94c..fdb88f9d 100755
--- a/bin/lvc.sh
+++ b/bin/lvc.sh
@@ -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 "$@"