bodhi: add 'packager' to the admin groups in stg to make it easier to test with rube

This commit is contained in:
Luke Macken 2014-06-25 19:28:04 +00:00
parent 41f542946e
commit 450297622e

View file

@ -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.'