From 11f4e07c5b5bdf2a9c40efe9711f833fee0c2ac6 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 13 Jan 2014 00:07:04 +0100 Subject: [PATCH] =?utf8?q?comment=20about=20status=20of=20the=20=E2=80=98b?= =?utf8?q?uild-on-f20=E2=80=99=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lbuild-nightly.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lbuild-nightly.sh b/lbuild-nightly.sh index bf798079..ccf7b66f 100755 --- a/lbuild-nightly.sh +++ b/lbuild-nightly.sh @@ -678,7 +678,8 @@ function main () { rm -rf $tmpdir # Extract build again - in the vm [ -n "$SSH_KEY" ] && setupssh ${BASE} ${SSH_KEY} - lxcsu -ro $BASE bash -c "git clone $GIT_REPO /build; cd /build; git checkout $GIT_TAG" + # xxx not working as of now - waiting for Sapan to look into this + lxcsu -ro $BASE -- bash -c "git clone $GIT_REPO /build; cd /build; git checkout $GIT_TAG" fi echo "XXXXXXXXXX $COMMAND: preparation of vm $BASE done" $(date) -- 2.43.0