
Le lundi 02 novembre 2009 à 07:42 -0500, ssteinerX@gmail.com a écrit :
If you could send me the script that you used to set it up, I could give it a shot on RackSpace where it's cheaper (and I have a temporary developer account).
There's no need for a special script, really. Install Python, buildbot, subversion (all packaged by your Linux provider), then a couple of development libraries so that enough extension modules get built: dev headers for zlib, bz2, openssl and sqlite3 would be enough IMO. When you have done that, go to http://wiki.python.org/moin/BuildBot and follow the instructions at the end. Skip "install buildbot from source" if you've installed it from your distro's package repo. Also, you may have to replace "buildbot slave" with "buildbot create-slave".