Add new option for mock option - bootstrap_image_ready

Fixes: https://pagure.io/koji/issue/3958
This commit is contained in:
Jana Librova 2025-01-06 13:33:31 +01:00 committed by Tomas Kopecek
parent 9ba4398211
commit 1c923edcc8
4 changed files with 12 additions and 0 deletions

View file

@ -437,6 +437,11 @@ environment follows:
- this option will automatically turn ``mock.use_bootstrap`` (this is how
it is implemented in mock)
* ``mock.bootstrap_image_ready`` - For the specification that we are ready for bootstrapping.
If we want to specify, that we are ready for bootstrapping, we need to know that these
two packages `python3-dnf` and `python3-dnf-plugins-coreare installed in the container.
* ``mock.module_setup_commands`` - commands for configuring the modules active
in a buildroot. Available in `mock 2.4
<https://github.com/rpm-software-management/mock/wiki/Release-Notes-2.4>`__.