X-Git-Url: https://git.exim.org/buildfarm-server.git/blobdiff_plain/9aab6bac9c2c174a5ef8869e9b947a3917e18087..2aaec50b8b240d240859347e4da4fb5ec902f04d:/templates/register-form.tt
diff --git a/templates/register-form.tt b/templates/register-form.tt
index fd9ffe6..68bdce4 100644
--- a/templates/register-form.tt
+++ b/templates/register-form.tt
@@ -17,20 +17,20 @@ 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
- http://pgfoundry.org/frs/?group_id=1000040
+ https://github.com/PGBuildFarm/client-code/downloads
- read instructions at
http://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto
- get the software running locally using flags --force --nostatus --nosend
- 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.