Well, Buildbot very simple in installation and configuration, supports SVN and, what is very important, it supports distributed builds. Check out my configuration file (master.cfg) and my custom css.
A summery of the Features Buildbot 0.7.6 provides:
- run builds on a variety of slave platforms
- arbitrary build process: handles projects using C, Python, whatever
- minimal host requirements: python and Twisted
- slaves can be behind a firewall if they can still do checkout
- status delivery through web page, email, IRC, other protocols
- track builds in progress, provide estimated completion time
- flexible configuration by subclassing generic build process classes
- debug tools to force a new build, submit fake Changes, query slave status
- released under the GPL
No comments:
Post a Comment