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

hpk at codespeak.net hpk at codespeak.net
Thu Feb 8 16:24:12 CET 2007


Author: hpk
Date: Thu Feb  8 16:24:11 2007
New Revision: 38153

Modified:
   pypy/branch/pytrunkmerge/pypy/conftest.py
Log:
"demo" should also be rsynced to allow successfull 
dist-testing of docs referencing it. 



Modified: pypy/branch/pytrunkmerge/pypy/conftest.py
==============================================================================
--- pypy/branch/pytrunkmerge/pypy/conftest.py	(original)
+++ pypy/branch/pytrunkmerge/pypy/conftest.py	Thu Feb  8 16:24:11 2007
@@ -7,7 +7,7 @@
 
 rootdir = py.magic.autopath().dirpath()
 
-dist_rsync_roots = ['.', '../lib-python', '../py']
+dist_rsync_roots = ['.', '../lib-python', '../py', '../demo']
 dist_rsync_ignore = ['_cache']
 
 #



More information about the Pypy-commit mailing list