On Fri, May 25, 2012 at 1:53 AM, Vaze, Mandar <mandar.v...@nttdata.com> wrote:
> You can run the following command on the terminal from the directory that
> has all your Openstack projects (e.g. from /opt/stack)
>
> “cd /opt/stack ; for d in `ls -1`; do echo "updating $d"; cd $d; git pull;
> cd /opt/stack; done”

You can also put 'RECLONE=yes' in front of stack.sh on the command
line or add it to localrc to force stack.sh to update all
repositories.

    RECLONE=yes ./stack.sh

dt

-- 

Dean Troyer
dtro...@gmail.com

_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to