Home | Trees | Indices | Help |
|
---|
|
Implements the scheduling of builds for a project.
This module provides the functionality for scheduling builds for a specific Trac environment. It is used by both the build master and the web interface to get the list of required builds (revisions not built yet).
Furthermore, the BuildQueue class is used by the build master to determine the next pending build, and to match build slaves against configured target platforms.
Classes | |
BuildQueue Enapsulates the build queue of an environment. |
Functions | |||
|
Variables | |
__package__ =
|
Function Details |
Collect all changes for a build configuration that either have already been built, or still need to be built. This function is a generator that yields (platform, rev, build) tuples,
where platform is a TargetPlatform object, rev is the identifier
of the changeset, and build is a Build object or
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Mar 11 14:53:35 2011 | http://epydoc.sourceforge.net |