Re: pgsql: make dist uses git archive

2024-03-26 Thread Magnus Hagander
On Tue, Mar 26, 2024 at 12:09 PM Andrew Dunstan wrote: > > > On Tue, Mar 26, 2024 at 6:10 AM Andrew Dunstan > wrote: > >> >> >> On Tue, Mar 26, 2024 at 5:15 AM Magnus Hagander >> wrote: >> >>> >>> >>> On Tue, Mar 26, 2024 at 9:13 AM Andrew Dunstan >>> wrote: >>> On Tue, Mar 26,

Re: pgsql: make dist uses git archive

2024-03-26 Thread Andrew Dunstan
On Tue, Mar 26, 2024 at 6:10 AM Andrew Dunstan wrote: > > > On Tue, Mar 26, 2024 at 5:15 AM Magnus Hagander > wrote: > >> >> >> On Tue, Mar 26, 2024 at 9:13 AM Andrew Dunstan >> wrote: >> >>> >>> >>> On Tue, Mar 26, 2024 at 3:20 AM Peter Eisentraut >>> wrote: >>> On 25.03.24 23:20, Andrew

Re: pgsql: make dist uses git archive

2024-03-26 Thread Andrew Dunstan
On Tue, Mar 26, 2024 at 5:15 AM Magnus Hagander wrote: > > > On Tue, Mar 26, 2024 at 9:13 AM Andrew Dunstan > wrote: > >> >> >> On Tue, Mar 26, 2024 at 3:20 AM Peter Eisentraut >> wrote: >> >>> On 25.03.24 23:20, Andrew Dunstan wrote: >>> > The problem occurs because except in vpath mode the bu

Re: pgsql: make dist uses git archive

2024-03-26 Thread Magnus Hagander
On Tue, Mar 26, 2024 at 9:13 AM Andrew Dunstan wrote: > > > On Tue, Mar 26, 2024 at 3:20 AM Peter Eisentraut > wrote: > >> On 25.03.24 23:20, Andrew Dunstan wrote: >> > The problem occurs because except in vpath mode the buildfarm operates >> > on a copy of the code, and for efficiency reasons w

Re: pgsql: make dist uses git archive

2024-03-26 Thread Andrew Dunstan
On Tue, Mar 26, 2024 at 3:20 AM Peter Eisentraut wrote: > On 25.03.24 23:20, Andrew Dunstan wrote: > > The problem occurs because except in vpath mode the buildfarm operates > > on a copy of the code, and for efficiency reasons we don't copy the ,git > > directory. > > > > The simplest fix is pro

Re: pgsql: make dist uses git archive

2024-03-26 Thread Peter Eisentraut
On 25.03.24 23:20, Andrew Dunstan wrote: The problem occurs because except in vpath mode the buildfarm operates on a copy of the code, and for efficiency reasons we don't copy the ,git directory. The simplest fix is probably to change the machine's config to use a vpath build. In the config

Re: pgsql: make dist uses git archive

2024-03-25 Thread Andrew Dunstan
On Mon, Mar 25, 2024 at 5:22 PM Magnus Hagander wrote: > > > On Mon, Mar 25, 2024 at 8:30 PM Peter Eisentraut > 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 par

Re: pgsql: make dist uses git archive

2024-03-25 Thread Magnus Hagander
On Mon, Mar 25, 2024 at 8:30 PM Peter Eisentraut 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

Re: pgsql: make dist uses git archive

2024-03-25 Thread Peter Eisentraut
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

Re: pgsql: make dist uses git archive

2024-03-25 Thread Magnus Hagander
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 t