3 Copyright (c) 2003-2010, Andrew Dunstan
5 See accompanying License file for license details
9 title = 'PostgreSQL BuildFarm Application'
10 bodyclass = 'application'
11 pagebutton = 'register'
13 <h1>Application to join PostgreSQL BuildFarm</h1>
15 <p>Here is a short description of what is required to join the buildfarm successfully. Please read it carefully
16 before submitting this form.</p>
19 <li> your machine will need to be able to contact <a href="http://www.pgbuildfarm.org">http://www.pgbuildfarm.org</a>
20 either directly or via proxy, and it will need access to a PostgreSQL Git repository,
21 either the one at postgresql.org or a mirror.</li>
22 <li> have <a href="http://git-scm.org">git</a> installed.</li>
23 <li> have a working Postgresql build environment for your platform.</li>
24 <li> Windows only: you will need a native perl installed (and not just the one from the MSys DTK). The one from ActiveState works fine.</li>
25 <li> download and unpack the latest release of client code from
26 <a href="https://github.com/PGBuildFarm/client-code/downloads">https://github.com/PGBuildFarm/client-code/downloads</a></li>
27 <li> read instructions at
28 <a href="http://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto">http://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto</a></li>
29 <li> get the software running locally using flags --force --nostatus --nosend</li>
30 <li> register your machine on this page</li>
31 <li> when you receive credentials, put them in the config file, and schedule regular builds (without those flags)
32 for the branches you want to support - which should be at least HEAD and the most recent stable branch.</li>
33 <li> Note that it is possible (and quite common) to run more than one buildfarm member on a single machine.</li>
37 <p>Please complete all items.</p>
38 <p>For Linux, please specify the name and version of the <b>Distribution</b> for the Operating Systems items.
39 Do not use the name "Linux". For example, for my test machine the Operating
40 Systems is "Fedora Core" and the version is "4".</p>
41 <form method="post" action="/cgi-bin/register.pl">
42 <table cellspacing="0">
44 <th>Operating System</th>
45 <td><input type="text" name="os" value="" /></td>
49 <td><input type="text" name="osv" value="" /></td>
53 <td><input type="text" name="comp" value="" /></td>
56 <th>Compiler Version</th>
57 <td><input type="text" name="compv" value="" /></td>
61 <td><input type="text" name="arch" value="" /></td>
65 <td><input type="text" name="owner" value="" /></td>
68 <th>Your email address</th>
69 <td><input type="text" name="email" value="" /></td>
72 <th colspan="2">[% captcha %]</th>
75 <th class="submit" colspan="2"><input type="submit" /></th>