From 8238011bdde8ae9f96d97e53660d545cc22a93f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 4 Apr 2018 14:02:15 +0200 Subject: [PATCH] Update configuration docs with module_defaults_dir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Ĺ abata --- doc/configuration.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/configuration.rst b/doc/configuration.rst index bd1031a7..2ed89342 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -21,6 +21,7 @@ Minimal Config Example # GENERAL SETTINGS comps_file = "comps-f23.xml" variants_file = "variants-f23.xml" + module_defaults_dir = "module_defaults" # KOJI koji_profile = "koji" @@ -135,6 +136,10 @@ Options (:ref:`scm_dict ` or *str*) -- reference to variants XML file that defines release variants and architectures +**module_defaults_dir** [optional] + (:ref:`scm_dict ` or *str*) -- reference the module defaults + directory containing modulemd-defaults YAML documents + **failable_deliverables** [optional] (*list*) -- list which deliverables on which variant and architecture can fail and not abort the whole compose. This only applies to ``buildinstall``