a34245092f3912182d17a2d95d039f2b0b2a5f8c
[buildfarm-server.git] / templates / index.tt
1 [%#
2
3 Copyright (c) 2003-2010, Andrew Dunstan
4
5 See accompanying License file for license details
6
7 -%]
8 [%#
9
10         Use this template to generate the index page, with something like:
11
12                 tpage index.tt > ../htdocs/index.html
13
14 -%]
15 [% WRAPPER 'page.tt' 
16         title = 'Exim BuildFarm'
17         bodyclass = 'none'
18         pagebutton = 'home'
19 %]
20 <!-- html generated from index.tt -->
21 <p>
22 The Exim build farm is a distributed system for automatically testing
23 changes in the source code for Exim as they occur, on a wide variety
24 of platforms. This server is the central repository for the results of those
25 tests.
26 </p>
27 <p>
28 To see the current status of tests on various branches, check the
29 <a href="/cgi-bin/show_status.pl" title="Status Page">Status Page</a>.
30 </p>
31 <p>
32 If you are interested in running a member of the build farm, then please visit
33 the <a href="/cgi-bin/register-form.pl" title="Register">Registration Page</a>.
34 We are particularly interested in unusual platforms or combinations of
35 architecture, operating system and compiler.
36 </p>
37 <p>To see what is involved in running a buildfarm member, please
38 <ol>
39 <li> Obtain a fresh copy of the buildfarm client via <code>git clone git://git.exim.org/buildfarm-client.git</code> </li>
40      Further runs of the buildfarm client will auto-update the cloned Git repository (triggered by the <string>run_cron</strong>
41      script).
42 <li> Read <a href="./wiki/Installation.html">Client Installation</a> instructions.
43 </li>
44 </ol>
45 <p>The build farm software should run on all platforms that can support Exim.
46 </p>
47 [% END %]