FreeBSD Pkg Build Servers

Quite simple question:

How do the FreeBSD build servers work to build the package binaries?
The built port needs to be installed before package creation so - do they install the built port, create package, then at the end the folder is wiped?
Does the server have a complete set of all ports installed on it?

Question has to do re difficulty with certain ports built off-platform not accepting installation on that platform (distcc is involved).
 
Looks pretty interesting, thanks. I might need some help later-on, with integrating distcc & scons into the mix.
 
Very first page of the README section gives it:
The latest release of Tinderbox can be downloaded from http://tinderbox.marcuscom.com.
... Two ports exist:
ports-mgmt/tinderbox which tracks the latest stable release (plus sometimes back-ported fixes from the STABLE branch)
ports-mgmt/tinderbox-devel which tracks HEAD and might contain additional experimental patches not (yet) present in the CVS.
 
I can't figure out how to add nodes to tinderbox for parallel builds. I want to have several other machines contribute to tinderbox similar to how distcc distributes and collects jobs.
 
Back
Top