Re: [PATCH v2 1/3] tests/lcitool: Generate distribution packages list in JSON format

2023-07-11 Thread Philippe Mathieu-Daudé
On 11/7/23 16:01, Philippe Mathieu-Daudé wrote: Add the generate_pkglist() helper to generate a list of packages required by a distribution to build QEMU. Generate the FreeBSD JSON file (based on FreeBSD 13). Suggested-by: Erik Skultety Signed-off-by: Philippe Mathieu-Daudé --- tests/lcitoo

Re: [PATCH v2 1/3] tests/lcitool: Generate distribution packages list in JSON format

2023-07-11 Thread Daniel P . Berrangé
On Tue, Jul 11, 2023 at 04:01:41PM +0200, Philippe Mathieu-Daudé wrote: > Add the generate_pkglist() helper to generate a list of packages > required by a distribution to build QEMU. > > Generate the FreeBSD JSON file (based on FreeBSD 13). > > Suggested-by: Erik Skultety > Signed-off-by: Philip

[PATCH v2 1/3] tests/lcitool: Generate distribution packages list in JSON format

2023-07-11 Thread Philippe Mathieu-Daudé
Add the generate_pkglist() helper to generate a list of packages required by a distribution to build QEMU. Generate the FreeBSD JSON file (based on FreeBSD 13). Suggested-by: Erik Skultety Signed-off-by: Philippe Mathieu-Daudé --- tests/lcitool/refresh | 11 +++ 1 file changed, 11 inse