From 29e703327c3dd319e4c786a6cff7212c7236d568 Mon Sep 17 00:00:00 2001 From: Daniele Valeriani Date: Tue, 3 Jan 2012 15:39:42 +0000 Subject: [PATCH] ~/swift/trunk doesn't exist after git clone Change-Id: I0b12a1bd1a119aeedda07fa6f7883ae6318ee4d6 --- doc/source/development_saio.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development_saio.rst b/doc/source/development_saio.rst index 9de94affe9..56a3afcb1c 100644 --- a/doc/source/development_saio.rst +++ b/doc/source/development_saio.rst @@ -234,7 +234,7 @@ Do these commands as you on guest. #. `mkdir ~/bin` #. Check out the swift repo with `git clone https://github.com/openstack/swift.git` #. 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:: export SWIFT_TEST_CONFIG_FILE=/etc/swift/func_test.conf