ci: lcitool: Maintain project package deps lists herev9.7.0
commit716a2f546de503275fefd340160eabf4af078b9a
authorErik Skultety <[email protected]>
Mon, 21 Aug 2023 09:54:09 +0000 (21 11:54 +0200)
committerErik Skultety <[email protected]>
Mon, 21 Aug 2023 09:54:09 +0000 (21 11:54 +0200)
tree21ff2ff42eb028490509ede0d662ca650f89ea80
parent84009289c0f4131e51e25fb6982bda8b0c16284c
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.

Note that starting this commit lcitool must be invoked as
    '$ lcitool -d/--data-dir ci/lcitool ...'
to pick up the project dependency list correctly.

Signed-off-by: Erik Skultety <[email protected]>
ci/lcitool/projects/libvirt-python.yml [new file with mode: 0644]