[pypy-svn] r37957 - pypy/branch/pytrunkmerge/pypy

hpk at codespeak.net hpk at codespeak.net
Mon Feb 5 12:20:06 CET 2007


Author: hpk
Date: Mon Feb  5 12:19:56 2007
New Revision: 37957

Modified:
   pypy/branch/pytrunkmerge/pypy/conftest.py
Log:
variants of dist_* options for pypy


Modified: pypy/branch/pytrunkmerge/pypy/conftest.py
==============================================================================
--- pypy/branch/pytrunkmerge/pypy/conftest.py	(original)
+++ pypy/branch/pytrunkmerge/pypy/conftest.py	Mon Feb  5 12:19:56 2007
@@ -7,6 +7,11 @@
 
 rootdir = py.magic.autopath().dirpath()
 
+dist_rsync_roots = ['../pypy', '../py']
+#dist_rsync_roots = ['.', '../lib-python', '../py']
+#dist_rsync_roots = ['.', '../lib-python']
+dist_rsync_ignore = ['_cache']
+
 #
 # PyPy's command line extra options (these are added 
 # to py.test's standard options) 



More information about the Pypy-commit mailing list