Bake is a continuous integration server, designed for large, productive, semi-trusted teams.
Large teams where there are at least several contributors working full-time on a single code base.
Productive teams which are regularly pushing code, many times a day.
Semi-trusted teams where code does not go through manual code review, but code does need to pass a test suite and perhaps some static analysis. People are assumed not to be malicious, but are fallible.
Changes
Changelog for Bake
0.2 Require extra-0.3 Lots of work on lots of things #1, add incremental building #1, mirror the Git repo Require a name for the client Sort out which directory things are run from Change to a separate --host and --port flag 0.1 Works to some level 0.0 Initial version, not ready for public use