]> xenbits.xensource.com Git - libvirt.git/commit
ci: lcitool: Maintain project package deps lists here
authorErik Skultety <eskultet@redhat.com>
Mon, 21 Aug 2023 09:42:36 +0000 (11:42 +0200)
committerErik Skultety <eskultet@redhat.com>
Tue, 22 Aug 2023 10:10:01 +0000 (12:10 +0200)
commit120a674f25aa6e9e1ff7c2e9527f890f48f0340e
tree80e4585b7e25ae0496dcaba9e1daf422949d9979
parent07b6189ef4af31f1a83d327a08b37f317b963f6f
ci: lcitool: Maintain project package deps lists here

Each respective project that lcitool knows about and currently
maintains its list of package dependencies knows best what packages
they actually depend on. If a new dependency is currently needed, first
a change in lcitool is necessary before GitLab jobs and containers can
be updated. Provided a mapping already exists in lcitool (which can
quickly be added as an override via mappings.yml temporarily) we speed
up the whole CI update process by one step.
This patch adds all libvirt deps lists lcitool currently maintains for
libvirt.

Note that as with any overrides (since commit f199dd50) lcitool must be
invoked as '$ lcitool -d/--data-dir ci/lcitool ...'

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
ci/lcitool/projects/libvirt+dist.yml [new file with mode: 0644]
ci/lcitool/projects/libvirt+minimal.yml [new file with mode: 0644]
ci/lcitool/projects/libvirt.yml [new file with mode: 0644]