| From: | Magnus Hagander <magnus(at)hagander(dot)net> |
|---|---|
| To: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
| Cc: | pgsql-committers(at)lists(dot)postgresql(dot)org, Andrew Dunstan <andrew(at)dunslane(dot)net> |
| Subject: | Re: pgsql: make dist uses git archive |
| Date: | 2024-03-25 21:22:08 |
| Message-ID: | CABUevEzDaO4665y4jL6u_G2XHz8F=48Cj_ttkzwDGBGFZeZPog@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
On Mon, Mar 25, 2024 at 8:30 PM Peter Eisentraut <peter(at)eisentraut(dot)org>
wrote:
> On 25.03.24 10:04, Magnus Hagander wrote:
> > This seems to have broken buildfarm member guaibasaurus, which I believe
> > is the only one that runs "make dist" as part of the buildfarm. And as a
> > result,t hat breaks the snapshot build uploads.
> >
> > I don't know exactly how it does it, it appears to not run from within
> > the git repository. It might be this needs an update to the buildfarm
> > code itself to handle this path? I haven't dug into how that code does
> > the make dist part (thus cc:ing in Andrew as well).
>
> I don't see any code for this in the client-code git repository. So
> maybe it is a local custom module?
>
>
Huh, it seems you're right. I didn't realize that :) We received that
module from Andrew back in Nov 2011, but I guess it was never committed to
the repo (assuming that was the intention) :) But it has served us well so
far...
PFA the module. It's pretty simple, but I don't know enough (anything,
really) about the bf client code to say how to fix it...
--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>
| Attachment | Content-Type | Size |
|---|---|---|
| Dist.pm | application/x-perl | 1.4 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2024-03-25 21:45:25 | pgsql: Refactor predicate_{implied,refuted}_by_simple_clause. |
| Previous Message | Bharath Rupireddy | 2024-03-25 20:20:42 | Re: pgsql: Track last_inactive_time in pg_replication_slots. |