kiwibuild: Add support for type, type attr and bundle format
This is a very basic support. Whatever users specify in the new option will be passed to the koji task. Related: https://bugzilla.redhat.com/show_bug.cgi?id=2270197 Related: https://pagure.io/koji/pull-request/4157 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
d546a49299
commit
e43cf68f08
4 changed files with 70 additions and 1 deletions
|
|
@ -1566,6 +1566,10 @@ KiwiBuild Settings
|
|||
provided, all variant architectures will be built.
|
||||
* ``failable`` -- (*[str]*) List of architectures for which this
|
||||
deliverable is not release blocking.
|
||||
* ``type`` -- (*str*) override default type from the bundle with this value.
|
||||
* ``type_attr`` -- (*[str]*) override default attributes for the build type
|
||||
from description.
|
||||
* ``bundle_name_format`` -- (*str*) override default bundle format name.
|
||||
|
||||
**kiwibuild_description_scm**
|
||||
(*str*) -- URL for scm containing the description files
|
||||
|
|
@ -1573,6 +1577,15 @@ KiwiBuild Settings
|
|||
**kiwibuild_description_path**
|
||||
(*str*) -- path to a description file within the description scm
|
||||
|
||||
**kiwibuild_type**
|
||||
(*str*) -- override default type from the bundle with this value.
|
||||
|
||||
**kiwibuild_type_attr**
|
||||
(*[str]*) -- override default attributes for the build type from description.
|
||||
|
||||
**kiwibuild_bundle_name_format**
|
||||
(*str*) -- override default bundle format name.
|
||||
|
||||
|
||||
OSBuild Composer for building images
|
||||
====================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue