BSD-3-Clause licensed and maintained by Neil Mitchell
This version can be pinned in stack with:bake-0.2@sha256:509a6f4967eac6f7a87fc8438f96e39b46b24cd2cd5df9c14c4b7f17bee91957,2844

Module documentation for 0.2

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