[pypy-dev] RSession and py-trunk users

Maciek Fijalkowski fijal at genesilico.pl
Mon Jan 29 14:10:42 CET 2007


I've implemented recently an addition, which allows to have cleanur 
conftest.py setup.

Basically, conftest.py's dist_rsyncroots affects only directory where it 
is located,
so in let's say pypy's parent dir you might have conftest.py with

dist_rsyncroots = ['py', 'pypy', 'lib-python']

and in pypy's dir

dist_rsyncroots = # all files except _cache

and should work.

There were different ideas how to solve that problem and from my POV 
this on is the simplest, but I'm open to different ones.



More information about the Pypy-dev mailing list