Meta Configuration of Package buildbot
x
1
<package name="buildbot" project="devel:tools:building">
2
<title>BuildBot build automation system</title>
3
<description>The BuildBot is a system to automate the compile/test cycle required by
4
most software projects to validate code changes. By automatically
5
rebuilding and testing the tree each time something has changed, build
6
problems are pinpointed quickly, before other developers are
7
inconvenienced by the failure. The guilty developer can be identified
8
and harassed without human intervention. By running the builds on a
9
variety of platforms, developers who do not have the facilities to test
10
their changes everywhere before checkin will at least know shortly
11
afterwards whether they have broken the build or not. Warning counts,
12
lint checks, image size, compile time, and other build parameters can
13
be tracked over time, are more visible, and are therefore easier to
14
improve.
15
16
Author:
17
--------
18
Brian Warner <warner-buildbot@lothar.com>
19
20
</description>
21
</package>
22