
On Sat, Oct 17, 2009 at 4:58 AM, ssteinerX@gmail.com <ssteinerx@gmail.com> wrote:
Yes, I found those and installed -- not sure if the message went to the list, too.
I'm waiting on how to get updated code from Tarek to re-run the whole thing.
Hey, My update was done on python trunk. It's a buildbot so once your buildout is created, (python bootstrap.py && bin/buildout) you have new binaries in bin/: - one to launch the buildbot server (bin/master) - one to launch the buildbot slave on your machine (bin/ziade.org) once they are launched (daemons), you can go to http://localhost:9080/. The slave will automatically run the tests by: - doing "svn up" on the python trunk (that's where you will get the change I've done on Python trunk) - building python (configure + make) - run the python tests via bin/test Let me know how it goes.