Minor adjustments for the new farm
[buildfarm-server.git] / templates / register-form.tt
index 02c1c92c4660cc3b98a06ecc97e63817fd170a3d..73b6a3ff2f08750af8acea9dbd44ae5379e52c1c 100644 (file)
@@ -6,31 +6,29 @@ See accompanying License file for license details
 
 -%]
 [% WRAPPER 'page.tt' 
-       title = 'PostgreSQL BuildFarm Application'
+       title = 'Exim BuildFarm Application'
        bodyclass = 'application'
        pagebutton = 'register'
 %]
-<h1>Application to join PostgreSQL BuildFarm</h1>
+<h1>Application to join Exim BuildFarm</h1>
 
 <p>Here is a short description of what is required to join the buildfarm successfully. Please read it carefully
 before submitting this form.</p>
 
 <ul>
-<li> your machine will need to be able to contact <a href="http://www.pgbuildfarm.org">http://www.pgbuildfarm.org</a>
-     either directly or via proxy, and it will need access to a PostgreSQL CVS repository, 
-     either the one at postgresql.org or a mirror (you can set up your own mirror using CSVup on a Linux or FreeBSD machine - 
-     this is recommended).</li>
-<li> have a working Postgresql build environment for your platform 
-     (for Windows this means MSys/MinGW with the libz and libintl stuff,  and ideally native Python and Tcl).</li>
-<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>
-<li> download and unpack the latest release of client code from 
-     <a href="https://github.com/PGBuildFarm/client-code/downloads">https://github.com/PGBuildFarm/client-code/downloads</a></li>
+<li> your machine will need to be able to contact <a href="http://buildfarm.exim.org/">http://buildfarm.exim.org</a>
+     either directly or via proxy, and it will need access to an Exim Git repository, 
+     either the one at exim.org or a mirror.</li>
+<li> have <a href="http://git-scm.org">git</a> installed.</li>
+<li> have a working Exim build environment for your platform.</li>
 <li> read instructions at 
-     <a href="http://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto">http://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto</a></li>
-<li> get the software running locally using flags --force --nostatus --nosend</li>
+     <a href="https://github.com/mrballcb/exim-build-farm-client/wiki">https://github.com/mrballcb/exim-build-farm-client/wiki</a></li>
+<li> will require a git checkout of the <a href="https://github.com/mrballcb/exim-build-farm-client">Exim Build Farm Client Code</a>
+<li> get the software running locally using --test (implies flags --force --nostatus --nosend --verbose)</li>
+<li> add --verbose=2 to printout out the entire configure/build/doc/test output</li>
 <li> register your machine on this page</li>
 <li> when you receive credentials, put them in the config file, and schedule regular builds (without those flags) 
-     for the branches you want to support - which should be at least HEAD and the most recent stable branch.</li>
+     for the branches you want to support, which at this time is limited to HEAD</li>
 </ul>
 <hr />
 
@@ -69,11 +67,15 @@ Systems is "Fedora Core" and the version is "4".</p>
   <td><input type="text" name="email" value="" /></td>
 </tr>
 <tr>
-<th colspan="2">[% captcha %]</th>
+<th>[% arg1 %] [% argop %] [% arg2 %] =</th>
+<td><input type="text" name="res" value="" /></td>
 </tr>
 <tr>
   <th class="submit" colspan="2"><input type="submit" /></th>
 </tr>
 </table>
+<input type="hidden" name="arg1" value="[% arg1 %]" />
+<input type="hidden" name="arg2" value="[% arg2 %]" />
+<input type="hidden" name="op" value="[% argop %]" />
 </form>
 [% END %]