Re: What is happening on buildfarm member baiji?
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Dave Page <dpage@postgresql.org>, Tom Lane <tgl@sss.pgh.pa.us>, Magnus Hagander <magnus@hagander.net>, pgsql-hackers@postgresql.org
Date: 2007-05-14T20:03:53Z
Lists: pgsql-hackers
Andrew Dunstan wrote: > > > Dave Page wrote: >> >> Where can I find out about multi-root? I can't see anything in the >> config file, or in PGBuildFarm-HOWTO.txt >> >> >> > > It's a hack I want to get rid of. It's a command-line option: > > --multiroot = allow several members to use same build root > > > I have in fact just removed this in buildfarm CVS tip. That means that you can now run as many buildfarm members as you like against a single buildroot and they will not trip over each other. We still have the MSVC port problem to fix though. cheers andrew