Open main menu

CDOT Wiki β

Changes

User:Minooz/Mercurial

316 bytes added, 11:34, 6 October 2010
Buildbot
:-Builders, which control exactly how each build is performed (with a series of BuildSteps, configured in a BuildFactory). Each Build is run on a single buildslave.
:-Status plugins, which deliver information about the build results through protocols like HTTP, mail, and IRC.
*Common Requirements
:At a bare minimum, you'll need the following for both the buildmaster and a buildslave:
#Python: http://www.python.org Buildbot requires python-2.4 or later.
#Twisted: http://twistedmatrix.com (Twisted is an event-driven networking engine written in Python and licensed under the MIT license.)
==Challenges==
1
edit