| |
@@ -51,12 +51,9 @@
|
| |
* cg_import: control which content generator imports are allowed
|
| |
* vm: control which windows build tasks are allowed
|
| |
* dist_repo: control which distRepo tasks are allowed
|
| |
- * 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 in koji 1.33. Default policy allows everything.
|
| |
- * build_from_srpm [deprecated]: control whether builds from srpm are allowed
|
| |
+ * build_rpm: control whether builds are allowed, this policy to handle all task types.
|
| |
+ Default policy allows everything.
|
| |
* build_from_scm: control whether builds from the SCM are allowed and the behavior of the SCM
|
| |
- * build_from_repo_id [deprecated]: control whether builds from user-specified repos ids are allowed
|
| |
|
| |
Note that not all policies are access control policies.
|
| |
The ``channel`` and ``volume`` policies are used to control which channels tasks go to
|
| |
Fixes: https://pagure.io/koji/issue/3728