From 9a0e8e3db4e57a531acaf81c052163d430e812b9 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Jun 08 2021 17:04:31 +0000 Subject: fix emphasis --- diff --git a/docs/STATIC_CONTEXTS.rst b/docs/STATIC_CONTEXTS.rst index 0827395..3eb907f 100644 --- a/docs/STATIC_CONTEXTS.rst +++ b/docs/STATIC_CONTEXTS.rst @@ -23,9 +23,9 @@ the contexts, streams, and dependencies, which MBS uses to bypass MSE. optionally set context specific ``requires`` and ``buildrequires`` values. - The context definition needs to be defined in the initial modulemd yaml file. ``configurations`` build property overrides any dependencies set through the ``dependencies`` property. -- `static contexts` and `stream expansion` are mutually exclusive i. e. the streams defined in - ``buildrequires`` and ``requires`` of `static context` will not be expanded and need - to be precisely defined by the user. (You can not use `stream expansion` notation as ``[]`` +- *static contexts* and *stream expansion* are mutually exclusive i. e. the streams defined in + ``buildrequires`` and ``requires`` of *static context* will not be expanded and need + to be precisely defined by the user. (You can not use *stream expansion* notation as ``[]`` or ``-f28`` as this will result in an error) @@ -70,11 +70,11 @@ the contexts, streams, and dependencies, which MBS uses to bypass MSE. you need to define ``contexts`` dict inside ``mbs_options`` property. - The context definition needs to be defined in the initial modulemd yaml file. ``contexts`` build property overrides any dependencies set through the ``dependencies`` property. -- `static contexts` and `stream expansion` are mutually exclusive i. e. the streams defined in - ``buildrequires`` and ``requires`` of `static context` will not be expanded and need - to be precisely defined by the user. (You can not use `stream expansion` notation as ``[]`` +- *static contexts* and *stream expansion* are mutually exclusive i. e. the streams defined in + ``buildrequires`` and ``requires`` of *static context* will not be expanded and need + to be precisely defined by the user. (You can not use *stream expansion* notation as ``[]`` or ``-f28`` as this will result in an error) -- `static contexts` only override ``context`` of a module stream i. e. the one which +- *static contexts* only override ``context`` of a module stream i. e. the one which is the part of the module streams NSVC. ``build context`` is still calculated and preserved in the resulting build in ``mbs`` property in ``xmd`` so the reuse of builds with the same ``build contexts`` takes place.