[Qa-jenkins-scm] [jenkins.debian.net] 02/03: Revert "fix debootstrap fallout"

Holger Levsen holger at layer-acht.org
Mon Nov 14 09:45:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 7ea0af034178d6bdda56b66f9fcd53c496f92d27
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Nov 14 10:42:57 2016 +0100

    Revert "fix debootstrap fallout"
    
    This reverts commit ea5e63df93c41a39477950685d0532e0fb0db95b.
---
 bin/chroot-run.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/bin/chroot-run.sh b/bin/chroot-run.sh
index 6dcbcbb..3e39148 100755
--- a/bin/chroot-run.sh
+++ b/bin/chroot-run.sh
@@ -46,7 +46,6 @@ if [ -z "$CHROOT_TARGET" ]; then
 	echo "Could not create a directory to create the chroot in, aborting."
 	exit 1
 fi
-chmod 755 "$CHROOT_TARGET"
 
 export CURDIR=$(pwd)
 
@@ -57,7 +56,7 @@ bootstrap() {
 	local TMPLOG=$(mktemp -p $CHROOT_BASE/ chroot-run-$DISTRO.XXXXXXXXX)
 	echo "$(date -u ) - bootstraping $DISTRO into $CHROOT_TARGET now."
 	set +e
-	sudo debootstrap --no-merged-usr $BOOTSTRAP_OPTIONS $DISTRO $CHROOT_TARGET $MIRROR | tee $TMPLOG
+	sudo debootstrap $BOOTSTRAP_OPTIONS $DISTRO $CHROOT_TARGET $MIRROR | tee $TMPLOG
 	local RESULT=$(egrep "E: (Couldn't download packages|Invalid Release signature)" $TMPLOG || true )
 	rm $TMPLOG
 	set -e
@@ -65,7 +64,7 @@ bootstrap() {
 	        echo "$(date -u) - initial debootstrap failed, sleeping 5min before retrying..."
 	        sudo rm -rf --one-file-system $CHROOT_TARGET
 	        sleep 5m
-	        if ! sudo debootstrap --no-merged-usr $BOOTSTRAP_OPTIONS $DISTRO $CHROOT_TARGET $MIRROR ; then
+	        if ! sudo debootstrap $BOOTSTRAP_OPTIONS $DISTRO $CHROOT_TARGET $MIRROR ; then
 			SLEEPTIME="30m"
 			echo "$(date -u ) - debootstrap failed, slowing down, sleeping $SLEEPTIME now..."
 			sleep $SLEEPTIME

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list