[svn r37950] * add and document dist_rsync_ignore option to ignore

files and directories for rsyncing

--HG--
branch : trunk
This commit is contained in:
hpk
2007-02-05 02:14:17 +01:00
parent 03dc73b195
commit 11591c3c4f
4 changed files with 31 additions and 2 deletions

View File

@@ -693,6 +693,7 @@ The options that you need to specify in that conftest.py file are:
* `dist_hosts`: a required list of host specifications
* `dist_rsync_roots` - a list of relative locations to copy to the remote machines.
* `dist_rsync_ignore` - a list of relative locations to ignore for rsyncing
* `dist_remotepython` - the remote python executable to run.
* `dist_nicelevel` - process priority of remote nodes.
* `dist_boxing` - will run each single test in a separate process