-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathREADME
65 lines (42 loc) · 2.33 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
BuildBot: build/test automation
http://buildbot.net
Brian Warner <warner-buildbot @ lothar . com>
Dustin J. Mitchell <[email protected]>
Buildbot is a continuous integration system designed to automate the
build/test cycle. By automatically rebuilding and testing the tree each time
something has changed, build problems are pinpointed quickly, before other
developers are inconvenienced by the failure. Features
* Buildbot is easy to set up, but very extensible and customizable. It
supports arbitrary build processes, and is not limited to common build
processes for particular languages (e.g., autotools or ant)
* Buildbot supports building and testing on a variety of platforms.
Developers, who do not have the facilities to test their changes everywhere
before committing, will know shortly afterwards whether they have broken the
build or not.
* Buildbot has minimal requirements for slaves: using virtualenv, only a
Python installation is required.
* Slaves can be run behind a NAT firewall and communicate with the master
* Buildbot has a variety of status-reporting tools to get information about
builds in front of developers in a timely manner.
DOCUMENTATION:
See http://buildbot.net/buildbot/docs/current for documentation of the
current version of Buildbot.
REQUIREMENTS:
See http://buildbot.net/buildbot/docs/latest/manual/installation.html
Briefly: python, Twisted, Jinja, simplejson, and SQLite. Simplejson and
SQLite are included with recent versions of Python.
SUPPORT:
Please send questions, bugs, patches, etc, to the buildbot-devel mailing
list reachable through http://buildbot.net/, so that everyone can see them.
COPYING:
Buildbot is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, version 2.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.
For full details, please see the file named COPYING in the top directory
of the source tree. You should have received a copy of the GNU General
Public License along with this program. If not, see
<http://www.gnu.org/licenses/>.