Re: make dist using git archive

Peter Eisentraut <peter@eisentraut.org>

From: Peter Eisentraut <peter@eisentraut.org>
To: Tristan Partin <tristan@neon.tech>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-03-25T05:44:33Z
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.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.




Commits

  1. make dist uses git archive

  2. ci: freebsd repartition script didn't copy .git directory