I have just released version 4.6 of the PostgreSQL Buildfarm client. It
can be downloaded from:
<https://github.com/downloads/PGBuildFarm/client-code/build-farm-4_6.tgz> Note
that this is NOT on PgFoundry, as it seems to have a rather uncertain
future.
Changes:
* Ability to specify 'ALL' as branches to build in config file, cueing run_branches.pl to get the actual list of
branchesof interest from the server and build all of them. This means branches can be automatically dropped
whenthey are past end of life, and new picked up when they are created, without operator intervention. *
Abilityto throttle builds for some or all branches, either by specifying that they will run only at certain times
ofthe day, or by specifying a minimum time that must elapse between builds * Extension modules facility, allowing
forperforming tasks such as building and testing non-core units like drivers, or runnign extra non-standard
tests,without having to touch the standard buildfarm code. This is still experimental. * bug fix for certain
failurenames in SCM module * bug fixes for isolation checks * bug fix for stack trace locations * bug fix for
objdumpname when using --host config
Enjoy.
cheers
andrew