mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
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>
This commit is contained in:
parent
07b6189ef4
commit
120a674f25
3
ci/lcitool/projects/libvirt+dist.yml
Normal file
3
ci/lcitool/projects/libvirt+dist.yml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
packages:
|
||||
- libvirt
|
23
ci/lcitool/projects/libvirt+minimal.yml
Normal file
23
ci/lcitool/projects/libvirt+minimal.yml
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
packages:
|
||||
- ccache
|
||||
- cpp
|
||||
- gcc
|
||||
- gettext
|
||||
- glib2
|
||||
- gnutls
|
||||
- libc
|
||||
- libnl3
|
||||
- libnlroute3
|
||||
- libtirpc
|
||||
- libxml2
|
||||
- make
|
||||
- meson
|
||||
- ninja
|
||||
- perl
|
||||
- pkg-config
|
||||
- python3
|
||||
- python3-docutils
|
||||
- rpcgen
|
||||
- xmllint
|
||||
- xsltproc
|
80
ci/lcitool/projects/libvirt.yml
Normal file
80
ci/lcitool/projects/libvirt.yml
Normal file
@ -0,0 +1,80 @@
|
||||
---
|
||||
packages:
|
||||
- apparmor
|
||||
- augeas
|
||||
- augeas-lenses
|
||||
- bash-completion
|
||||
- ccache
|
||||
- clang
|
||||
- codespell
|
||||
- cpp
|
||||
- cppi
|
||||
- cyrus-sasl
|
||||
- device-mapper
|
||||
- diffutils
|
||||
- dlfcn
|
||||
- dtrace
|
||||
- dwarves
|
||||
- ebtables
|
||||
- firewalld-filesystem
|
||||
- flake8
|
||||
- fuse
|
||||
- gcc
|
||||
- gettext
|
||||
- glib2
|
||||
- glusterfs
|
||||
- gnutls
|
||||
- grep
|
||||
- ip
|
||||
- iptables
|
||||
- iscsiadm
|
||||
- libacl
|
||||
- libattr
|
||||
- libaudit
|
||||
- libblkid
|
||||
- libc
|
||||
- libcap-ng
|
||||
- libcurl
|
||||
- libiscsi
|
||||
- libnl3
|
||||
- libnlroute3
|
||||
- libnuma
|
||||
- libparted
|
||||
- libpcap
|
||||
- libpciaccess
|
||||
- librbd
|
||||
- libselinux
|
||||
- libssh
|
||||
- libssh2
|
||||
- libtirpc
|
||||
- libudev
|
||||
- libxml2
|
||||
- lvm2
|
||||
- make
|
||||
- meson
|
||||
- modprobe
|
||||
- netcf
|
||||
- ninja
|
||||
- numad
|
||||
- openwsman
|
||||
- perl
|
||||
- pkg-config
|
||||
- polkit
|
||||
- portablexdr
|
||||
- python3
|
||||
- python3-docutils
|
||||
- qemu-img
|
||||
- readline
|
||||
- rpcgen
|
||||
- rpmbuild
|
||||
- sanlock
|
||||
- scrub
|
||||
- sed
|
||||
- showmount
|
||||
- systemd-rpm-macros
|
||||
- tc
|
||||
- wireshark
|
||||
- xen
|
||||
- xmllint
|
||||
- xsltproc
|
||||
- yajl
|
Loading…
Reference in New Issue
Block a user