mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 10:46:24 +00:00
setup: use setup.cfg aliases to map "setup.py test" to "setup.py trial" and "setup.py build" to "setup.py darcsver --count-all-patches build_tahoe"
Thanks to dpeterson for the suggestion.
This commit is contained in:
parent
3a258ec57b
commit
9f49f3fabb
@ -33,9 +33,9 @@
|
||||
|
||||
<p>Unpack the zip file and cd into the top-level directory.</p>
|
||||
|
||||
<p>Run <cite>python setup.py build_tahoe</cite> to build and to install the <cite>tahoe</cite> executable into a subdirectory of the current directory named <cite>bin</cite>.</p>
|
||||
<p>Run <cite>python setup.py build</cite> to install the <cite>tahoe</cite> executable into a subdirectory of the current directory named <cite>bin</cite>.</p>
|
||||
|
||||
<p>Run <cite>python setup.py trial</cite> to verify that it built correctly and passes all tests.</p>
|
||||
<p>Optionally run <cite>python setup.py test</cite> to verify that it passes tests.</p>
|
||||
|
||||
<p>Run <cite>bin/tahoe --version</cite> to verify that the executable tool runs and prints out the right version number.</p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user