Updated SAIO to init the repo before branching the code

This commit is contained in:
Chuck Thier
2010-07-15 10:27:19 -05:00
parent ad1b86fd29
commit 18c28d2339

View File

@@ -150,9 +150,10 @@ good idea what to do on other environments.
email = Your Name <your-email-address> email = Your Name <your-email-address>
#. If you are using launchpad to get the code or make changes, run #. If you are using launchpad to get the code or make changes, run
`bzr launchpad-login <launchpad_id>` `bzr launchpad-login <launchpad_id>`
#. Check out your bzr repo of swift, for example: #. Create the swift repo with `bzr init-repo swift`
`bzr branch lp:~swift-core/swift/trunk swift` #. Check out your bzr branch of swift, for example:
#. `cd ~<your-user-name>/swift; sudo python setup.py develop` `cd ~/swift; bzr branch lp:~swift-core/swift/trunk swift`
#. `cd ~/swift/swift; sudo python setup.py develop`
#. Edit `~/.bashrc` and add to the end:: #. Edit `~/.bashrc` and add to the end::
export PATH_TO_TEST_XFS=/mnt/sdb1/test export PATH_TO_TEST_XFS=/mnt/sdb1/test