diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-07-11 16:49:19 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2023-07-18 09:36:28 +0200 |
commit | 03e596de1789af2d6d3ef222268642ee34c08a1d (patch) | |
tree | 368c57b553014cb81e5fbfc8fd6e99d75ce736d8 /tests/vm/generated/README | |
parent | 94aaf6d8a589490706e8cdc1ae725743f101124a (diff) | |
download | qemu-03e596de1789af2d6d3ef222268642ee34c08a1d.zip qemu-03e596de1789af2d6d3ef222268642ee34c08a1d.tar.gz qemu-03e596de1789af2d6d3ef222268642ee34c08a1d.tar.bz2 |
tests/lcitool: Generate distribution packages list in JSON format
Add the generate_pkglist() helper to generate a list of packages
required by a distribution to build QEMU.
Since we can not add a "THIS FILE WAS AUTO-GENERATED" comment in
JSON, create the files under tests/vm/generated/ sub-directory;
add a README mentioning the files are generated.
Suggested-by: Erik Skultety <eskultet@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Message-Id: <20230711144922.67491-2-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/vm/generated/README')
-rw-r--r-- | tests/vm/generated/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/vm/generated/README b/tests/vm/generated/README new file mode 100644 index 0000000..7ccc6ff --- /dev/null +++ b/tests/vm/generated/README @@ -0,0 +1,5 @@ +# FILES IN THIS FOLDER WERE AUTO-GENERATED +# +# $ make lcitool-refresh +# +# https://gitlab.com/libvirt/libvirt-ci |