kojid: permit forcing releasever within mock per tag

This commit is contained in:
Pat Riehecky 2022-03-04 15:34:52 -06:00 committed by Tomas Kopecek
parent 2af7e756dd
commit a50ca237c7
4 changed files with 8 additions and 0 deletions

View file

@ -393,6 +393,8 @@ environment follows:
* ``mock.new_chroot`` - 0/1 value. If it is set, ``--new-chroot`` or
`--old-chroot` option is appended to any mock call. If it is not set,
mock's default behavior is used.
* ``mock.releasever`` - When doing cross-compiles it may be necessary
to explicitly set the ``releasever`` to be used.
* ``mock.use_bootstrap`` - 0/1 value. If it is set, ``--bootstrap-chroot``
is appended to the mock init call. This tells mock to build in two stages,
using chroot rpm for creating the build chroot. If it is not set, mock's