GSoC/GCI Archive
Google Summer of Code 2013

Buildbot

Web Page: http://trac.buildbot.net/wiki/ProjectIdeas

Mailing List: https://lists.sourceforge.net/lists/listinfo/buildbot-devel

Buildbot is an open-source framework for automating software build, test, and release processes.

Projects

  • Complete Master-Side Source Steps GSoC 2011 included a project to add master-side source steps. These are a new implementation of steps that have historically housed their logic in the slave's code, putting that logic in the master instead. There were a few key pieces of functionality omitted from the new master-side source steps.
  • New master-salve protocol Write alternative realization of Buildbot master-slave protocol.