Minor adjustments to reflect the new location
authorHeiko Schlittermann <hs@schlittermann.de>
Tue, 1 Nov 2016 21:05:00 +0000 (22:05 +0100)
committerHeiko Schlittermann <hs@schlittermann.de>
Tue, 1 Nov 2016 21:05:00 +0000 (22:05 +0100)
templates/index.tt
templates/page.tt
templates/register-form.tt

index 2d5af1ea85631184cf507e26a4073c6ff4030532..d27a559fc48a6197a9e4d4c868d5158c0bd4bbba 100644 (file)
@@ -34,13 +34,16 @@ the <a href="/cgi-bin/register-form.pl" title="Register">Registration Page</a>.
 We are particularly interested in unusual platforms or combinations of
 architecture, operating system and compiler.
 </p>
-<p>To see what is involved in running a buildfarm member, please read the 
-<a href="https://github.com/mrballcb/exim-build-farm-client/wiki/Installation">Client Installation</a> instructions.
-Per the instructions, the client code should be checked out with git and
-run using the <strong>run_cron.sh</strong> wrapper script.  This will allow
-auto-update of itself when changes are made to the Exim Build Farm Client
-software.
-</p>
+<p>To see what is involved in running a buildfarm member, please
+<ol>
+<li> Obtain a fresh copy of the buildfarm client via <code>git clone git://git.exim.org/buildfarm-client.git</code> </li>
+     Further runs of the buildfarm client will auto-update the cloned Git repository (triggered by the <string>run_cron</strong>
+     script).
+<li> Read <a href="https://github.com/mrballcb/exim-build-farm-client/wiki/Installation">Client Installation</a> instructions.
+     For <em>updated</em> information please do <code>git clone git://git.exim.org/buildfarm-client-wiki.git</code> and check
+     the file <strong>Installation.md</strong> file.
+</li>
+</ol>
 <p>The build farm software should run on all platforms that can support Exim.
 </p>
 [% END %]
index 437f1d4f318c86b661ad09ca33521d02978bf69a..1c3737a850cb4c302e22691be33bebe8dd1ff215 100644 (file)
@@ -29,8 +29,8 @@ See accompanying License file for license details
            <li id="failures"><a href="/cgi-bin/show_failures.pl" title="Recent Failures">Failures</a></li>
            <li id="members"><a href="/cgi-bin/show_members.pl" title="Platforms tested">Members</a></li>
            <li id="register"><a href="/cgi-bin/register-form.pl" title="Join Exim BuildFarm">Register</a></li>
+           <!--
            <li id="github"><a href="https://github.com/mrballcb/exim-build-farm-client">GitHub</a></li>
-            <!--
            <li id="lists"><a href="http://pgfoundry.org/mail/?group_id=1000040">Email lists and status archives</a></li>
             -->
           </ul>
index 73b6a3ff2f08750af8acea9dbd44ae5379e52c1c..309a0bdd63abf0fc0b822601913935b417043831 100644 (file)
@@ -23,7 +23,7 @@ before submitting this form.</p>
 <li> have a working Exim build environment for your platform.</li>
 <li> read instructions at 
      <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> 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>