List all the pseudo-user for whom we do not need to check if they are packager

This commit is contained in:
Pierre-Yves Chibon 2015-10-13 10:37:31 +02:00
parent 25fe8c323c
commit 9bc308dda3

View file

@ -16,6 +16,15 @@ ITEMS_PER_PAGE = 50
### List the ACL which are automatically approved (don't need reviewing)
AUTO_APPROVE = ['watchcommits', 'watchbugzilla']
### List of FAS user that can be automatically approved w/o checking if they
### are packagers
AUTOAPPROVE_PKGERS = [
'anaconda-maint', 'astronomy-sig', 'ctrl-center-team', 'design-sw',
'fonts-sig', 'gecko-maint', 'hams-sig', 'haskell-sig', 'i18n-team',
'java-sig', 'kernel-maint', 'lvm-team', 'ml-sig', 'mono-sig', 'perl-sig',
'virtmain', 'xen-maint', 'xgl-maint',
]
#### FAS group for the pkgdb admins
{% if env == 'staging' %}
ADMIN_GROUP = ['cvsadmin']