From 8e3ebe5df229a39bb2a6dc6bab218e1ad132e524 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 27 Sep 2019 08:44:35 -0400 Subject: [PATCH] Doc improvements for virtual modules Signed-off-by: Stephen Gallagher --- docs/VIRTUAL_MODULES.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/VIRTUAL_MODULES.rst b/docs/VIRTUAL_MODULES.rst index 4432d94f..bf70da89 100644 --- a/docs/VIRTUAL_MODULES.rst +++ b/docs/VIRTUAL_MODULES.rst @@ -76,10 +76,12 @@ Custom fields in xmd: default modules are taken from the SCM repo configured in the ``default_modules_scm_url`` xmd field or in the MBS configuration ``default_modules_scm_url`` as a fallback. Any default modules with conflicting streams will be ignored as well as any default module not found in the MBS - database. This field only applies to base modules. + database. This field only applies to base modules. Takes a boolean value, defaulting to ``FALSE`` - ``default_modules_scm_url`` - the SCM repo to find the default modules associated with the base module. If this is not specified, the MBS configuration ``default_modules_scm_url`` is used - instead. See the ``use_default_modules`` xmd field for more information. + instead. See the ``use_default_modules`` xmd field for more information. MBS will use the name + of the base module stream (or the ``rawhide_branch``) as the branch name from which to retrieve + the defaults information. Virtual Streams