kiwibuild: Add support for use_buildroot_repo option
This option can be set for a particular image or globally for all kiwibuild images (with individual overload). Fixes: https://pagure.io/pungi/issue/1833 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
859b968483
commit
d91adfd34d
4 changed files with 26 additions and 0 deletions
|
|
@ -1581,6 +1581,9 @@ KiwiBuild Settings
|
|||
* ``manifest_type`` -- the image type that is put into the manifest by
|
||||
pungi. If not supplied, an autodetected value will be provided. It may or
|
||||
may not make sense.
|
||||
* ``use_buildroot_repo = False`` -- (*bool*) whether the task should
|
||||
automatically enable buildroot repository corresponding to the used
|
||||
target.
|
||||
|
||||
The options can be set either for the specific image, or at the phase level
|
||||
(see below). Version also falls back to ``global_version``.
|
||||
|
|
@ -1606,6 +1609,9 @@ KiwiBuild Settings
|
|||
**kiwibuild_repo_releasever**
|
||||
(*str*) -- override releasever for all kiwibuild tasks.
|
||||
|
||||
**kiwibuild_use_buildroot_repo**
|
||||
(*bool*) -- set enablement of a buildroot repo for all kiwibuild tasks.
|
||||
|
||||
|
||||
OSBuild Composer for building images
|
||||
====================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue