Re: make dist using git archive - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: make dist using git archive
Date
Msg-id f6b1136a-523f-4e2c-8e25-9109c169e253@eisentraut.org
Whole thread Raw
In response to Re: make dist using git archive  ("Tristan Partin" <tristan@neon.tech>)
Responses Re: make dist using git archive
List pgsql-hackers
On 24.03.24 16:42, Tristan Partin wrote:
> You might find Meson's string formatting syntax creates a more readable 
> command string:
> 
> 'tar.tar.bz2.command=@0@ -c'.format(bzip2.path())
> 
> And then 'install: false' is the default if you feel like leaving it out.
> 
> Otherwise, let's get this in!

Done and committed.




pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: Add new error_action COPY ON_ERROR "log"
Next
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: speed up a logical replica setup