PR#3778: docs: Emphasize new build_from_scm hub policy

Merges #3778
https://pagure.io/koji/pull-request/3778
This commit is contained in:
Tomas Kopecek 2023-04-18 10:23:09 +02:00
commit 8ae2d9be41

View file

@ -1220,7 +1220,11 @@ SCM checkout can contain multiple spec files (checkouted or created by
be selected.
.. note::
We provide ``build_from_scm`` hub policy as an equivalent in version 1.26.0.
We provide ``build_from_scm`` hub policy as an equivalent in version
1.26.0. It is a preffered way now as it a) allows centralized policy
management without need to update all builders b) provides whole policy DSL
and further information which can be used to determining the result.
For more details, please refer to :ref:`allowed-scms` and
:doc:`Defining Hub Policies <defining_hub_policies>`.