Re: [PATCH] scripts/archive-source: Use more portable argument with tar command

2022-12-08 Thread Philippe Mathieu-Daudé
On 8/12/22 18:15, Daniel P. Berrangé wrote: On Thu, Dec 08, 2022 at 05:20:51PM +0100, Philippe Mathieu-Daudé wrote: When using the archive-source.sh script on Darwin we get: tar: Option --concatenate is not supported Usage: List:tar -tf Extract: tar -xf Create: tar -

Re: [PATCH] scripts/archive-source: Use more portable argument with tar command

2022-12-08 Thread Daniel P . Berrangé
On Thu, Dec 08, 2022 at 05:20:51PM +0100, Philippe Mathieu-Daudé wrote: > When using the archive-source.sh script on Darwin we get: > > tar: Option --concatenate is not supported > Usage: > List:tar -tf > Extract: tar -xf > Create: tar -cf [filenames...] > Help:tar

Re: [PATCH] scripts/archive-source: Use more portable argument with tar command

2022-12-08 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > When using the archive-source.sh script on Darwin we get: > > tar: Option --concatenate is not supported > Usage: > List:tar -tf > Extract: tar -xf > Create: tar -cf [filenames...] > Help:tar --help > > Replace the long argument a

Re: [PATCH] scripts/archive-source: Use more portable argument with tar command

2022-12-08 Thread Peter Maydell
On Thu, 8 Dec 2022 at 16:21, Philippe Mathieu-Daudé wrote: > > When using the archive-source.sh script on Darwin we get: > > tar: Option --concatenate is not supported > Usage: > List:tar -tf > Extract: tar -xf > Create: tar -cf [filenames...] > Help:tar --help > >

[PATCH] scripts/archive-source: Use more portable argument with tar command

2022-12-08 Thread Philippe Mathieu-Daudé
When using the archive-source.sh script on Darwin we get: tar: Option --concatenate is not supported Usage: List:tar -tf Extract: tar -xf Create: tar -cf [filenames...] Help:tar --help Replace the long argument added by commit 8fc76176f6 ("scripts: use git-archive