fix emphasis

This commit is contained in:
Mike McLean
2021-06-08 13:01:25 -04:00
parent ae4132ce30
commit 9a0e8e3db4

View File

@@ -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.