Koji hub policy: Fix incorrect conditoin for branched
This commit is contained in:
parent
71b8c9b720
commit
c48825f406
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ package_list =
|
||||||
# Rawhide and epel7: adding, unblocking and blocking is allowed.
|
# Rawhide and epel7: adding, unblocking and blocking is allowed.
|
||||||
tag f{{FedoraRawhideNumber}} epel7 && match action add unblock block :: allow
|
tag f{{FedoraRawhideNumber}} epel7 && match action add unblock block :: allow
|
||||||
# In branched blocking is allowed only before final freeze.
|
# In branched blocking is allowed only before final freeze.
|
||||||
tag f{{FedoraBranchedNumber}} && match action add unblock {{ 'block' if not Frozen or FedoraBranchedBodhi }} :: allow
|
tag f{{FedoraBranchedNumber}} && match action add unblock {{ 'block' if not Frozen or FedoraBranchedBodhi != 'postbeta' }} :: allow
|
||||||
# Stable releases: only adding and unblocking is allowed.
|
# Stable releases: only adding and unblocking is allowed.
|
||||||
tag f{{FedoraCycleNumber}} f{{FedoraPreviousCycleNumber}} && match action add unblock :: allow
|
tag f{{FedoraCycleNumber}} f{{FedoraPreviousCycleNumber}} && match action add unblock :: allow
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue