Hi Elen,
On Wed, Jan 09, 2013 at 06:17:01AM +0000, Song, Elen wrote:
Hi Antonio:
Can I use lava-deployment-tool to install old lava-version. Like install lava-server-2012.06 and other package?
In theory: yes, you should be able to do it by setting the LAVA_MANIFEST_BRANCH environment variable to a bzr URL of a manifest branch. The default is lp:lava-manifest, which we keep up to date to always install the latest lava, so you could branch off that and revert to the state of lava-server 2012.06, and then try:
$ LAVA_MANIFEST_BRANCH=lp:~you/lava-manifest/lava-2012.06 ./lava-deployment-tool [ARGS]
In practice: we don't test doing that, so I have no idea what problems you might find. Also, lava-deployment-tool has evolved since then and it might be making assumptions that weren't true for older lava code.