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 CVS repository,
21 either the one at postgresql.org or a mirror (you can set up your own mirror using CSVup on a Linux or FreeBSD machine -
22 this is recommended).</li>
23 <li> have a working Postgresql build environment for your platform
24 (for Windows this means MSys/MinGW with the libz and libintl stuff, and ideally native Python and Tcl).</li>
25 <li> Windows only: you will need a native perl installed as well as the one in the MSys DTK. The one from ActiveState works fine.</li>
26 <li> download and unpack the latest release of client code from
27 <a href="http://pgfoundry.org/frs/?group_id=1000040">http://pgfoundry.org/frs/?group_id=1000040</a></li>
28 <li> read instructions at
29 <a href="http://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto">http://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto</a></li>
30 <li> get the software running locally using flags --force --nostatus --nosend</li>
31 <li> register your machine on this page</li>
32 <li> when you receive credentials, put them in the config file, and schedule regular builds (without those flags)
33 for the branches you want to support - which should be at least HEAD and the most recent stable branch.</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>