1
0
Fork 0
qemu/tests/lcitool/libvirt-ci/docs/projects.rst
Daniel Baumann ea34ddeea6
Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:27:05 +02:00

17 lines
659 B
ReStructuredText

Externally defined project package lists
========================================
Historically all projects have been defined in data files at the location::
lcitool/facts/projects/$NAME.yml
This creates a chicken and egg problem when a project changes its build
pre-requisites, as libvirt-ci needs to be updated if-and-only-if the
project is updated and vice-versa.
To solve this problem, it is now possible to define the project package
lists outside the libvirt-ci repository. They can be located by giving
the ``--data-dir DIR`` argument to ``lcitool``. When this is present,
data files will be additionally loaded from::
$DIR/projects/$NAME.yml