Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 3f9ebee8620943b09026c8db6c1492ff > files > 23

buildbot-doc-0.8.5p1-1.fc15.noarch.rpm

.. _Buildbot Development:

Buildbot Development
====================

This chapter is the official repository for the collected wisdom of the
Buildbot hackers.

It contains some sparse documentation of the inner workings of Buildbot, but of
course, the final reference for that is the source itself.

More importantly, this chapter represents the official repository of all
agreed-on patterns for use in Buildbot.  In this case, the source is a
*terrible* reference, because much of it is old and crusty.  But we are
trying to do things the new, better way, and those new, better ways are
described here.

.. toctree::
    :maxdepth: 2

    style
    master-overview
    config
    utils
    database
    results
    formats
    webstatus
    master-slave
    encodings
    metrics
    classes