summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-25 21:11:51 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-25 21:11:51 +0100
commit826ae823fe9b9ea8e09299a62ad4bc36c85f0ef3 (patch)
tree118c0fec9d1d4eeb7800664ce6ca3ba6ddfecb4e /bin/chroot-installation.sh
parent2171a875fd76ba458de988a5c02bf53447e92211 (diff)
downloadjenkins.debian.net-826ae823fe9b9ea8e09299a62ad4bc36c85f0ef3.tar.xz
Revert "more debug"
This reverts commit 2171a875fd76ba458de988a5c02bf53447e92211.
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 212186dd..11a27da5 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -51,9 +51,6 @@ 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