Minor adjustments for the new farm
authorKirill Miazine <km@krot.org>
Tue, 1 Nov 2016 20:51:07 +0000 (21:51 +0100)
committerHeiko Schlittermann <hs@schlittermann.de>
Tue, 1 Nov 2016 20:51:07 +0000 (21:51 +0100)
templates/register-form.tt

index 8d3a585d37c80cbd3dce7bc5657232265cfa0882..73b6a3ff2f08750af8acea9dbd44ae5379e52c1c 100644 (file)
@@ -16,7 +16,7 @@ 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="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>
@@ -67,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 %]