summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-25 20:32:10 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-25 20:32:10 +0100
commit2171a875fd76ba458de988a5c02bf53447e92211 (patch)
treefe61e3c906c0ede01b4ab36399cb5616e237b537 /bin/chroot-installation.sh
parent06d3011df1dc26329160922122130c1e44f1ed6f (diff)
downloadjenkins.debian.net-2171a875fd76ba458de988a5c02bf53447e92211.tar.xz
more debug
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 11a27da5..212186dd 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -51,6 +51,9 @@ cleanup_all() {
execute_ctmpfile() {
set -x
chmod +x $CTMPFILE
+ echo "debug start"
+ cat $CTMPFILE
+ echo "debug end"
#sudo chroot $CHROOT_TARGET $TMPFILE
set -o pipefail # see eg http://petereisentraut.blogspot.com/2010/11/pipefail.html
if ! $(sudo chroot $CHROOT_TARGET $TMPFILE 2>&1 | tee $TMPLOG) ; then