remove outdated comment
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 24 Mar 2014 15:53:50 +0000 (16:53 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 24 Mar 2014 15:53:50 +0000 (16:53 +0100)
lbuild-nightly.sh

index d9579bc..9cd7b8f 100755 (executable)
@@ -702,7 +702,6 @@ function main () {
            rm -rf $tmpdir
            # Extract build again - in the vm
            [ -n "$SSH_KEY" ] && setupssh ${BASE} ${SSH_KEY}
-           # xxx not working as of now - waiting for Sapan to look into this
            virsh -c lxc:/// lxc-enter-namespace $BASE /bin/bash -c "git clone $GIT_REPO /build; cd /build; git checkout $GIT_TAG"
        fi
        echo "XXXXXXXXXX $COMMAND: preparation of vm $BASE done" $(date)