Open main menu

CDOT Wiki β

Changes

User:Minooz/Mercurial

546 bytes added, 11:53, 6 October 2010
Buildbot
:-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.)
:Requirements for Buildmaster
:-sqlite3: http://pypi.python.org/pypi/pysqlite
::The sqlite3 package is required for python-2.5 and earlier (it is already included in python-2.5 and later, but the version in python-2.5 has nasty bugs)
:-simplejson: http://pypi.python.org/pypi/simplejson
::The simplejson package is required for python-2.5 and earlier (it is already included as json in python-2.6 and later)
:-Jinja2: http://jinja.pocoo.org/2
::Jinja2 is a general purpose templating language and is used by Buildbot to generate the HTML output.
==Challenges==
1
edit