Announcing Release 16 of the PostgreSQL Buildfarm client

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: buildfarm-members(at)postgresql(dot)org, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Announcing Release 16 of the PostgreSQL Buildfarm client
Date: 2023-01-14 01:12:39
Message-ID: 5b99ff7d-bdd5-30f3-ca16-2edf3435867c@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: buildfarm-members pgsql-hackers

Hot on the heels of Release 15 comes Release 16.

This release deals with some issues that have been discovered with the
check for update feature of Release 15 and the |force_every| and
|trigger_exclude| features, so that it now works correctly with those
features.

It also features these items:

* a new |--check-for-work| mode of run_branches.pl
This mode doesn't do any work but exits with a zero status if there
is work to do and 1 if there is not. It is intended for use as an
ExecCondition in |systemd| units
* up to date filtering now works with an explicit list of branches, as
well as with key words like |ALL|
* reduce the verbosity of |"Another process holds the lock"| messages.
These are now only emitted if the |verbose| setting is greater than 1
* |update_personality| now has options to change the owner name and
owner email
This was in Release 15 but was accidentally omitted from the release
notes. Up to now the only way to change these was by action from
the administrators.
* improve collection of logs in cross version upgrade testing

The release can be downloaded from

<https://github.com/PGBuildFarm/client-code/releases/tag/REL_16> or
<https://buildfarm.postgresql.org/downloads>

cheers

andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

Browse buildfarm-members by date

  From Date Subject
Next Message Todd A. Cook 2023-02-08 14:31:35 Help with failures on HEAD
Previous Message Andrew Dunstan 2023-01-10 15:21:50 Re: Announcing Release 15 of the PostgreSQL Buildfarm client

Browse pgsql-hackers by date

  From Date Subject
Next Message Amin 2023-01-14 01:28:31 How to find the number of cached pages for a relation?
Previous Message Andrew Dunstan 2023-01-14 01:03:59 Re: Fixes required for cross version update testing