Update configuration docs with module_defaults_dir
Signed-off-by: Petr Šabata <contyk@redhat.com>
This commit is contained in:
parent
b9523ff5b0
commit
8238011bdd
@ -21,6 +21,7 @@ Minimal Config Example
|
|||||||
# GENERAL SETTINGS
|
# GENERAL SETTINGS
|
||||||
comps_file = "comps-f23.xml"
|
comps_file = "comps-f23.xml"
|
||||||
variants_file = "variants-f23.xml"
|
variants_file = "variants-f23.xml"
|
||||||
|
module_defaults_dir = "module_defaults"
|
||||||
|
|
||||||
# KOJI
|
# KOJI
|
||||||
koji_profile = "koji"
|
koji_profile = "koji"
|
||||||
@ -135,6 +136,10 @@ Options
|
|||||||
(:ref:`scm_dict <scm_support>` or *str*) -- reference to variants XML file
|
(:ref:`scm_dict <scm_support>` or *str*) -- reference to variants XML file
|
||||||
that defines release variants and architectures
|
that defines release variants and architectures
|
||||||
|
|
||||||
|
**module_defaults_dir** [optional]
|
||||||
|
(:ref:`scm_dict <scm_support>` or *str*) -- reference the module defaults
|
||||||
|
directory containing modulemd-defaults YAML documents
|
||||||
|
|
||||||
**failable_deliverables** [optional]
|
**failable_deliverables** [optional]
|
||||||
(*list*) -- list which deliverables on which variant and architecture can
|
(*list*) -- list which deliverables on which variant and architecture can
|
||||||
fail and not abort the whole compose. This only applies to ``buildinstall``
|
fail and not abort the whole compose. This only applies to ``buildinstall``
|
||||||
|
Loading…
Reference in New Issue
Block a user