a26dfd4d00e8cc3e0983750279269d517b814790
[build-farm.git] / web / about.html
1 <!--#include virtual="/header.html"-->
2 <title>samba.org build farm - About</title>
3 <!--#include virtual="/header2.html"-->
4 <!--#include virtual="/header3.html"-->
5
6 <h2>About the build farm</h2>
7
8 <p>
9   The samba.org build farm is designed to test the configuration, build,
10   install, and some runtime aspects of some projects hosted on samba.org in
11   real time. Each host in the build farm builds each of the projects regularly
12   (currently every 15 minutes for some hosts) and uploads the results of the
13   configure, build, install, and runtime testing to the central site
14   (<a href="http://build.samba.org/">build.samba.org</a>) for display.
15 </p>
16
17 <p>
18   This allows team members to check on the build status on a wide
19   variety of operating systems and architectures without the drudgery of 
20   logging into each machine after each CVS commit.
21 </p>
22
23 <p>
24   The build farm pulls the source code from the <a
25   href="http://www.samba.org/ftp/unpacked/">unpacked CVS/Subversion
26   repository</a> and does a clean configure and build whenever a change is
27   detected in the tree. The results shown give information on the status of the
28   configure and build process, plus any error logs.
29 </p>
30
31
32 <p>
33   The author of the build farm is <a href="mailto:tridge@samba.org">Andrew
34   Tridgell</a>. The source for the build farm is available in the build-farm
35   Subversion tree on the <a href="http://svn.samba.org/">samba.org SVN
36   server</a>.
37 </p>
38
39 <p>
40   If you have a machine that you wish to participate in our build farm
41   then please read these <a href="instructions.html">instructions</a>.
42 </p>
43
44 <!--#include virtual="/footer.html"-->