mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-02 20:59:06 +08:00
fix emphasis
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user