New buildfarm client release - Mailing list pgsql-hackers

From Andrew Dunstan
Subject New buildfarm client release
Date
Msg-id 5005DFD4.4040300@dunslane.net
Whole thread Raw
List pgsql-hackers
There is a new release of the PostgreSQL buildfarm client available at 
<https://github.com/downloads/PGBuildFarm/client-code/build-farm-4_7.tgz>

Most of the changes in the release are minor bug fixes. Enhancements 
include:
 * extra_config can now have a DEFAULT key, and these entries are   prepended to any branch-specific entry. This means
youcan now set   common extra config in one place instead of having to specify them   for each branch. The sample entry
nowuses this as its key instead   of HEAD, and the sample entry has a line for "fsync = off", which   can improve the
speedof buildfarm runs. * provide for include as well as exclude filters on file names for   deciding if a run is
needed.The old config setting of   trigger_filter is still honored as if it were trigger_exclude, the   new name. *
allowskipping install steps as well as other steps.
 

Enjoy!

cheers

andrew



pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: isolation check takes a long time
Next
From: Bruce Momjian
Date:
Subject: Re: Using pg_upgrade on log-shipping standby servers