[Python-Dev] EC2 buildslaves

Antoine Pitrou solipsis at pitrou.net
Mon Nov 2 13:49:10 CET 2009


Le lundi 02 novembre 2009 à 07:42 -0500, ssteinerX at 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".





More information about the Python-Dev mailing list