From: Thierry Parmentelat Date: Sun, 12 Jan 2014 23:07:04 +0000 (+0100) Subject: comment about status of the ‘build-on-f20’ issue X-Git-Tag: before_libvirt_121~74 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=11f4e07c5b5bdf2a9c40efe9711f833fee0c2ac6 comment about status of the ‘build-on-f20’ issue --- 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)