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>
#. If you are using launchpad to get the code or make changes, run
`bzr launchpad-login <launchpad_id>`
#. Check out your bzr repo of swift, for example:
`bzr branch lp:~swift-core/swift/trunk swift`
#. `cd ~<your-user-name>/swift; sudo python setup.py develop`
#. Create the swift repo with `bzr init-repo swift`
#. Check out your bzr branch of swift, for example:
`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::
export PATH_TO_TEST_XFS=/mnt/sdb1/test
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.