Configure Bodhi to apply pre-beta policy to Fedora 27.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
c4b91d3892
commit
55a6c6044c
1 changed files with 8 additions and 8 deletions
|
@ -10,16 +10,16 @@ filter-with = proxy-prefix
|
|||
# Release status
|
||||
# pre-beta enforces the 'Pre Beta' policy defined here:
|
||||
# https://fedoraproject.org/wiki/Updates_Policy
|
||||
f26.status = post_beta
|
||||
f27.status = pre_beta
|
||||
|
||||
f26.post_beta.mandatory_days_in_testing = 7
|
||||
f26.post_beta.critpath.num_admin_approvals = 0
|
||||
f26.post_beta.critpath.min_karma = 2
|
||||
f26.post_beta.critpath.stable_after_days_without_negative_karma = 14
|
||||
f27.post_beta.mandatory_days_in_testing = 7
|
||||
f27.post_beta.critpath.num_admin_approvals = 0
|
||||
f27.post_beta.critpath.min_karma = 2
|
||||
f27.post_beta.critpath.stable_after_days_without_negative_karma = 14
|
||||
|
||||
# f26.pre_beta.mandatory_days_in_testing = 3
|
||||
# f26.pre_beta.critpath.num_admin_approvals = 0
|
||||
# f26.pre_beta.critpath.min_karma = 1
|
||||
f27.pre_beta.mandatory_days_in_testing = 3
|
||||
f27.pre_beta.critpath.num_admin_approvals = 0
|
||||
f27.pre_beta.critpath.min_karma = 1
|
||||
|
||||
##
|
||||
## Atomic OSTree support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue