Re: make dist using git archive

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Tristan Partin <tristan(at)neon(dot)tech>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: make dist using git archive
Date: 2024-03-25 05:44:33
Message-ID: f6b1136a-523f-4e2c-8e25-9109c169e253@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)tar(dot)bz2(dot)command=(at)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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hayato Kuroda (Fujitsu) 2024-03-25 06:01:39 RE: speed up a logical replica setup
Previous Message Masahiko Sawada 2024-03-25 05:11:40 Re: Add new error_action COPY ON_ERROR "log"