Add 4.97+security
[buildfarm-server.git] / templates / register-form.tt
index 15c75963b08c8f7096124969d849d9b0cf712767..8bdc3b1f2a481071fc8eafd079c546fa5a59bf6c 100644 (file)
@@ -16,15 +16,14 @@ See accompanying License file for license details
 before submitting this form.</p>
 
 <ul>
-<li> your machine will need to be able to contact <a href="http://eximbuild.mrball.net">http://eximbuild.mrball.net</a>
+<li> your machine will need to be able to contact <a href="https://buildfarm.exim.org/">https://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 href="https://git-scm.org">git</a> installed.</li>
 <li> have a working Exim build environment for your platform.</li>
-<li> download and unpack the latest release of client code from 
-     <a href="http://eximbuild.mrball.net/downloads/">http://eximbuild.mrball.net/downloads/</a></li>
 <li> read instructions at 
-     <a href="http://wiki.exim.org/wiki/Exim_Buildfarm_Howto">http://wiki.exim.org/wiki/Exim_Buildfarm_Howto</a></li>
+     <a href="../wiki/Home.html">the build farm wiki</a></li>
+<li> will require a Git clone of the farm client code: <code>git clone git://git.exim.org/buildfarm-client.git</code>
 <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>
@@ -68,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 %]