Allow using Pungi Koji plugin for ostree phases.
This commits changes `ostree` and `ostree_installer` phases so they can run with Koji Pungi plugin instead of the plain runroot. It is similar to `buildinstall` phase running with Koji plugin. Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
parent
f1eea0b5a6
commit
b8c3ca1abe
8 changed files with 380 additions and 73 deletions
|
|
@ -1489,7 +1489,6 @@ repository with a new commit.
|
|||
reference will not be created.
|
||||
* ``ostree_ref`` -- (*str*) To override value ``ref`` from ``treefile``.
|
||||
|
||||
|
||||
Example config
|
||||
--------------
|
||||
::
|
||||
|
|
@ -1514,6 +1513,11 @@ Example config
|
|||
}
|
||||
}
|
||||
|
||||
**ostree_use_koji_plugin** = False
|
||||
(*bool*) -- When set to ``True``, the Koji pungi_ostree task will be
|
||||
used to execute rpm-ostree instead of runroot. Use only if the Koji instance
|
||||
has the pungi_ostree plugin installed.
|
||||
|
||||
|
||||
Ostree Installer Settings
|
||||
=========================
|
||||
|
|
@ -1566,6 +1570,11 @@ an OSTree repository. This always runs in Koji as a ``runroot`` task.
|
|||
With this option it is possible to opt-in for the overwriting. The
|
||||
traditional ``boot.iso`` will be in the ``iso/`` subdirectory.
|
||||
|
||||
**ostree_installer_use_koji_plugin** = False
|
||||
(*bool*) -- When set to ``True``, the Koji pungi_buildinstall task will be
|
||||
used to execute Lorax instead of runroot. Use only if the Koji instance
|
||||
has the pungi_buildinstall plugin installed.
|
||||
|
||||
|
||||
Example config
|
||||
--------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue