~codehelp/lava-deployment-tool/salt-docs

« back to all changes in this revision

Viewing changes to lava-deployment-tool

  • Committer: Michael Hudson-Doyle
  • Date: 2013-04-09 03:02:23 UTC
  • Revision ID: michael.hudson@linaro.org-20130409030223-qc7e15lno93s2oz3
pass -n (aka buildout:newest=true) to buildout when upgrading an instance.  this makes upgrading a "floating"/"development" instance quite a lot slower but means that when you do you get the newest versions of all components

Show diffs side-by-side

added added

removed removed

Lines of Context:
956
956
        ln -sfT "${LAVA_BUILDOUT_CFG}" "${code}/${cfg}"
957
957
    fi
958
958
    pushd $code
959
 
    ${venv}/bin/buildout -c "${cfg}"
 
959
    ${venv}/bin/buildout -n -c "${cfg}"
960
960
    popd
961
961
    set +ex
962
962