From: Andrew Dunstan
Date: Sat, 22 Sep 2012 23:29:03 +0000 (-0700)
Subject: Bring register instructions up to date.
X-Git-Url: https://git.exim.org/buildfarm-server.git/commitdiff_plain/6c65f7d6786bb5a846cc11629d8e838cce0a2471
Bring register instructions up to date.
---
diff --git a/templates/register-form.tt b/templates/register-form.tt
index 02c1c92..68bdce4 100644
--- a/templates/register-form.tt
+++ b/templates/register-form.tt
@@ -17,12 +17,11 @@ before submitting this form.
- your machine will need to be able to contact http://www.pgbuildfarm.org
- 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).
-- 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).
-- Windows only: you will need a native perl installed as well as the one in the MSys DTK. The one from ActiveState works fine.
+ either directly or via proxy, and it will need access to a PostgreSQL Git repository,
+ either the one at postgresql.org or a mirror.
+- have git installed.
+- have a working Postgresql build environment for your platform.
+- Windows only: you will need a native perl installed (and not just the one from the MSys DTK). The one from ActiveState works fine.
- download and unpack the latest release of client code from
https://github.com/PGBuildFarm/client-code/downloads
- read instructions at
@@ -31,6 +30,7 @@ before submitting this form.
- register your machine on this page
- 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.
+- Note that it is possible (and quite common) to run more than one buildfarm member on a single machine.