Give factory2 rights on pkgdb2 in staging only.

This commit is contained in:
Ralph Bean 2017-02-15 19:26:56 +00:00
parent eab08ddbd6
commit 08a5d0c36b

View file

@ -27,7 +27,9 @@ AUTOAPPROVE_PKGERS = [
#### FAS group for the pkgdb admins
{% if env == 'staging' %}
ADMIN_GROUP = ['cvsadmin']
# Factory 2 added to make it easier for us to create repos for the modularity
# team. Only in staging. Feel free to remove!
ADMIN_GROUP = ['cvsadmin', 'factory2']
{% else %}
ADMIN_GROUP = ['sysadmin-main', 'cvsadmin']
{% endif %}