other fix
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 10 Apr 2015 14:07:11 +0000 (16:07 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 10 Apr 2015 14:07:11 +0000 (16:07 +0200)
lbuild-nightly.sh

index f44e1e2..1015855 100755 (executable)
@@ -717,7 +717,7 @@ function main () {
            rm -rf $tmpdir
            # Extract build again - in the vm
            [ -n "$SSH_KEY" ] && setupssh ${BASE} ${SSH_KEY}
-           run_in_build_guest_raw $BASE "(git clone $GIT_REPO /build; cd /build; git checkout $GIT_TAG)"
+           run_in_build_guest $BASE "(git clone $GIT_REPO /build; cd /build; git checkout $GIT_TAG)"
        fi
        echo "XXXXXXXXXX $COMMAND: preparation of vm $BASE done" $(date)