~/swift/trunk doesn't exist after git clone

Change-Id: I0b12a1bd1a119aeedda07fa6f7883ae6318ee4d6
This commit is contained in:
Daniele Valeriani 2012-01-03 15:39:42 +00:00
parent ec5e1286e1
commit 29e703327c

View File

@ -234,7 +234,7 @@ Do these commands as you on guest.
#. `mkdir ~/bin` #. `mkdir ~/bin`
#. Check out the swift repo with `git clone https://github.com/openstack/swift.git` #. Check out the swift repo with `git clone https://github.com/openstack/swift.git`
#. Build a development installation of swift, for example: #. Build a development installation of swift, for example:
`cd ~/swift/trunk; sudo python setup.py develop` `cd ~/swift; sudo python setup.py develop`
#. Edit `~/.bashrc` and add to the end:: #. Edit `~/.bashrc` and add to the end::
export SWIFT_TEST_CONFIG_FILE=/etc/swift/func_test.conf export SWIFT_TEST_CONFIG_FILE=/etc/swift/func_test.conf