bodhi: add 'packager' to the admin groups in stg to make it easier to test with rube
This commit is contained in:
parent
41f542946e
commit
450297622e
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ f21.pre_beta.critpath.min_karma = 1
|
|||
# # Allow critpath to submit for stable after 2 weeks with no negative karma
|
||||
# critpath.stable_after_days_without_negative_karma = 14
|
||||
|
||||
{% if env == "staging" %}
|
||||
admin_groups = "packager"
|
||||
{% endif %}
|
||||
|
||||
## A notice to flash on the front page
|
||||
#frontpage_notice = 'Bodhi is now enforcing the <a href="https://fedoraproject.org/wiki/Package_update_acceptance_criteria">Package Update Acceptance Criteria</a> across all Fedora releases.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue