CcPy

CcPy (CruiseControl written in Python) is (yet another) automatic continuous integration server. The main goal of the project is to create a lightweight backend capable of running on various *nix flavours.

Features

  • Runs on any unix-derived system (as long as Python runs there)
  • Supports svn and git repositories
  • Notifies on build results by email

CcPy is written in Python. So far CcPy is known to run fine on Linux and OpenBSD, however no drawbacks are expected to use it on another *nix-related systems.

CcPy is distributed under the BSD License and is free for use. The latest stable release can be downloaded here. The project source is available at GitHub

Have fun!