doc: Improve description of module defaults dir
JIRA: RHELCMP-812 Resolves: https://pagure.io/pungi/issue/1394 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
e12331db78
commit
c6312b34d0
@ -21,7 +21,6 @@ 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"
|
||||||
@ -136,7 +135,17 @@ Options
|
|||||||
|
|
||||||
**module_defaults_dir** [optional]
|
**module_defaults_dir** [optional]
|
||||||
(:ref:`scm_dict <scm_support>` or *str*) -- reference the module defaults
|
(:ref:`scm_dict <scm_support>` or *str*) -- reference the module defaults
|
||||||
directory containing modulemd-defaults YAML documents
|
directory containing modulemd-defaults YAML documents. Files relevant for
|
||||||
|
modules included in the compose will be embedded in the generated repodata
|
||||||
|
and available for DNF.
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
module_defaults_dir = {
|
||||||
|
"scm": "git",
|
||||||
|
"repo": "https://pagure.io/releng/fedora-module-defaults.git",
|
||||||
|
"dir": ".",
|
||||||
|
}
|
||||||
|
|
||||||
**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
|
||||||
|
Loading…
Reference in New Issue
Block a user