From 4566996102964b1dcd4141669fa9954296fa7f0c Mon Sep 17 00:00:00 2001 From: Todd Lyons Date: Mon, 21 Oct 2013 14:00:22 -0700 Subject: [PATCH] Update verbage and links --- htdocs/index.html | 11 ++++++++--- templates/index.tt | 10 ++++++---- templates/register-form.tt | 5 ++--- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/htdocs/index.html b/htdocs/index.html index c3a3fa6..b3dba34 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -23,13 +23,18 @@
  • Members
  • Register
  • GitHub
  • - + -->
    +

    + WARNING: Server and client are still considered beta level; still designing/adapting, so expect rapid fluctuation. +

    +
    +

    @@ -49,7 +54,7 @@ We are particularly interested in unusual platforms or combinations of architecture, operating system and compiler.

    To see what is involved in running a buildfarm member, please read the -Client Installation instructions. +Client Installationinstructions. Per the instructions, the client code should be checked out with git and run using the run_cron.sh wrapper script. This will allow auto-update of itself when changes are made to the Exim Build Farm Client diff --git a/templates/index.tt b/templates/index.tt index 7c67c29..2b8e820 100644 --- a/templates/index.tt +++ b/templates/index.tt @@ -34,10 +34,12 @@ the Registration Page. We are particularly interested in unusual platforms or combinations of architecture, operating system and compiler.

    -

    To see what is involved in running a buildfarm member, please -read http://wiki.exim.org/wiki/Exim_Buildfarm_Howto. -The client code can be found at the -downloads page. +

    To see what is involved in running a buildfarm member, please read the +Client Installationinstructions. +Per the instructions, the client code should be checked out with git and +run using the run_cron.sh wrapper script. This will allow +auto-update of itself when changes are made to the Exim Build Farm Client +software.

    The build farm software should run on all platforms that can support Exim.

    diff --git a/templates/register-form.tt b/templates/register-form.tt index 15c7596..8d3a585 100644 --- a/templates/register-form.tt +++ b/templates/register-form.tt @@ -21,10 +21,9 @@ before submitting this form.

    either the one at exim.org or a mirror.
  • have git installed.
  • have a working Exim build environment for your platform.
  • -
  • download and unpack the latest release of client code from - http://eximbuild.mrball.net/downloads/
  • read instructions at - http://wiki.exim.org/wiki/Exim_Buildfarm_Howto
  • + https://github.com/mrballcb/exim-build-farm-client/wiki +
  • will require a git checkout of the Exim Build Farm Client Code
  • get the software running locally using --test (implies flags --force --nostatus --nosend --verbose)
  • add --verbose=2 to printout out the entire configure/build/doc/test output
  • register your machine on this page
  • -- 2.30.2