update docs for kickstart/build_rpm policy

Related: https://pagure.io/koji/issue/3183
This commit is contained in:
Tomas Kopecek 2023-05-17 10:01:34 +02:00
parent 70c9b3e37a
commit 2ddfd5e977
2 changed files with 8 additions and 0 deletions

View file

@ -131,6 +131,11 @@ Available policies
The system currently looks for the following policies
* ``tag``: checked during tag/untag/move operations
* ``build_rpm``: control whether builds are allowed, this is superceding older
``build_from_srpm`` to handle all task types. ``build_from_srpm``
and ``build_from_repo_id`` are now deprecated and will be removed
when py2 support will be dropped (rhel6 builders).
Default policy allows everything.
* ``build_from_srpm``: checked when a build from srpm (not an SCM reference) is
requested.
* ``build_from_scm``: checked when a build task from SCM is executing on builder