Use eln* tags instead of eln or eln-rebuild
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
d4a6722e03
commit
2ca39a0a3c
1 changed files with 3 additions and 3 deletions
|
@ -100,9 +100,9 @@ tag =
|
|||
# as the coreos-release tag. https://pagure.io/releng/issue/8294
|
||||
operation tag && tag coreos-pool f*-coreos-signing-pending coreos-release && has_perm coreos-continuous :: allow
|
||||
operation untag && fromtag coreos-pool f*-coreos-signing-pending coreos-release && has_perm coreos-continuous :: allow
|
||||
# eln and eln-rebuild builds, https://pagure.io/releng/issue/9538
|
||||
operation tag && tag eln eln-rebuild && has_perm eln :: allow
|
||||
operation untag && fromtag eln eln-rebuild && has_perm eln :: allow
|
||||
# eln builds, https://pagure.io/releng/issue/9538
|
||||
operation tag && tag eln* && has_perm eln :: allow
|
||||
operation untag && fromtag eln* && has_perm eln :: allow
|
||||
# deny tagging secureboot packages that are not related to coreos-continuous and eln
|
||||
package kernel shim grub2 pesign :: deny
|
||||
# Allow people to tag stuff into infra-candidate if they're infra
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue