Re: pgBackRest 2.45

From: Bradford Boyle <bradford(dot)d(dot)boyle(at)gmail(dot)com>
To: David Steele <david(at)pgmasters(dot)net>
Cc: Stefan Fercot <stefan(dot)fercot(at)enterprisedb(dot)com>, pgsql-pkg-debian(at)lists(dot)postgresql(dot)org
Subject: Re: pgBackRest 2.45
Date: 2023-04-17 23:05:33
Message-ID: CAOMoQbQKtj2Qg9SWmCPWdGYqmoNo2OwrBcLAkb4QF2RNmSFJhg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-debian

> I thought the plan was to exclude Ubuntu 18.04 for 2.45 but perhaps the
> maintainers are just letting the clock run out instead.

I think the only blocker right now is the combination of distribution (bionic)
and architecture (ppc64el). I think we can add a filter to the job
configuration to exclude this particular combination and unblock publishing
pgbackrest for other distributions and architectures. It seems like this has
already been done [1] by excluding all of bionic. Looking at other filters in
the job configuration, I think it could be done with a more selective filter

'!(architecture=="ppc64el" && distribution=="bionic")'

Regards,
-- Bradford

[1]: https://git.postgresql.org/gitweb/?p=pgapt.git;a=commit;h=2946465ad2bc0dff17261dd317a92a7e374985a2

In response to

Browse pgsql-pkg-debian by date

  From Date Subject
Next Message apt.postgresql.org Repository Update 2023-04-24 16:24:34 postgresql-8.2 updated to version 8.2.23-10.pgdg+1
Previous Message David Steele 2023-04-17 17:22:44 Re: PG16 test packages?