Updated saio to reflect setup.py changes
This commit is contained in:
parent
86eb77a021
commit
d8c0ff972a
@ -153,10 +153,9 @@ good idea what to do on other environments.
|
|||||||
`bzr launchpad-login <launchpad_id>`
|
`bzr launchpad-login <launchpad_id>`
|
||||||
#. Check out your bzr repo of swift, for example:
|
#. Check out your bzr repo of swift, for example:
|
||||||
`bzr branch lp:~swift-core/swift/trunk swift`
|
`bzr branch lp:~swift-core/swift/trunk swift`
|
||||||
#. ``for f in `ls ~/swift/bin/`; do sudo ln -s /home/<your-user-name>/swift/bin/$f /usr/bin/$f`; done``
|
#. `cd ~<your-user-name>/swift; python setup.py develop`
|
||||||
#. Edit `~/.bashrc` and add to the end::
|
#. Edit `~/.bashrc` and add to the end::
|
||||||
|
|
||||||
export PYTHONPATH=~/swift
|
|
||||||
export PATH_TO_TEST_XFS=/mnt/sdb1/test
|
export PATH_TO_TEST_XFS=/mnt/sdb1/test
|
||||||
export SWIFT_TEST_CONFIG_FILE=/etc/swift/func_test.conf
|
export SWIFT_TEST_CONFIG_FILE=/etc/swift/func_test.conf
|
||||||
export PATH=${PATH}:~/bin
|
export PATH=${PATH}:~/bin
|
||||||
|
5
setup.py
5
setup.py
@ -28,11 +28,6 @@ setup(
|
|||||||
url='https://launchpad.net/swift',
|
url='https://launchpad.net/swift',
|
||||||
packages=find_packages(exclude=['tests','bin']),
|
packages=find_packages(exclude=['tests','bin']),
|
||||||
test_suite = 'nose.collector',
|
test_suite = 'nose.collector',
|
||||||
command_options = {
|
|
||||||
'build_sphinx': {
|
|
||||||
'version': ('setup.py', version),
|
|
||||||
}
|
|
||||||
},
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
'License :: OSI Approved :: Apache Software License',
|
'License :: OSI Approved :: Apache Software License',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user