Give factory2 rights on pkgdb2 in staging only.
This commit is contained in:
parent
eab08ddbd6
commit
08a5d0c36b
1 changed files with 3 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue