diff options
author | Erik Skultety <eskultet@redhat.com> | 2023-04-18 14:01:50 +0200 |
---|---|---|
committer | Erik Skultety <eskultet@redhat.com> | 2023-04-18 14:01:50 +0200 |
commit | c549dd15eda682d25fdd31f92709ae51c668da1c (patch) | |
tree | 96c5263cf972a884f24198ba595d727da964808d | |
parent | 5d8f7cb87d6ea0648f067dbe8db1ad4fec17ce66 (diff) | |
download | libvirt-ci-c549dd15eda682d25fdd31f92709ae51c668da1c.zip libvirt-ci-c549dd15eda682d25fdd31f92709ae51c668da1c.tar.gz libvirt-ci-c549dd15eda682d25fdd31f92709ae51c668da1c.tar.bz2 |
docs: vms: Drop any mention of the 'build' command usage
The project 'build' support was dropped by previous patches.
Signed-off-by: Erik Skultety <eskultet@redhat.com>
-rw-r--r-- | docs/vms.rst | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/docs/vms.rst b/docs/vms.rst index 8a268c1..7f9b408 100644 --- a/docs/vms.rst +++ b/docs/vms.rst @@ -285,27 +285,7 @@ globbing. Using the above inventory as an example, running $ lcitool update '*fedora*' '*osinfo*' will update all Fedora guests and get them ready to build libosinfo and related -projects. Once hosts have been prepared following the steps above, you can use -``lcitool`` to perform builds as well: for example, running - -:: - - $ lcitool build '*debian*' libvirt-python - -will fetch libvirt-python's ``master`` branch from the upstream repository -and build it on all Debian hosts. - -You can add more git repositories by tweaking the ``git_urls`` dictionary -defined in ``playbooks/build/jobs/defaults.yml`` and then build arbitrary -branches out of those with - -:: - - $ lcitool build -g github/cool-feature all libvirt - -Note that unlike other lcitool commands which take projects as input the 'build' -command doesn't accept the project list specified either as 'all' or with a -wildcard. +projects. Useful tips |