koji hub stg: Set up policy for CoreOS continuous builds
Allow users with coreos-continuous permission to add/block/unblock packages in *-coreos-continuous tags. For more details, see: * https://meetbot.fedoraproject.org/teams/releng/releng.2019-03-06-16.00.log.html * https://pagure.io/releng/issue/8165
This commit is contained in:
parent
ca9ea1e17d
commit
c07ff326a4
1 changed files with 2 additions and 0 deletions
|
@ -151,6 +151,8 @@ package_list =
|
|||
# Infra people can themselves add/block/unblock packages in their
|
||||
# tags without bothering admins.
|
||||
tag *infra* && has_perm infra && match action add unblock block :: allow
|
||||
# CoreOS continuous builds, https://pagure.io/releng/issue/8165
|
||||
tag f{{FedoraRawhideNumber}}-coreos-continuous f{{FedoraBranchedNumber}}-coreos-continuous f{{FedoraCycleNumber}}-coreos-continuous f{{FedoraPreviousCycleNumber}}-coreos-continuous && has_perm coreos-continuous && match action add unblock block :: allow
|
||||
# Catch-all rule.
|
||||
all :: deny
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue