List all the pseudo-user for whom we do not need to check if they are packager
This commit is contained in:
parent
25fe8c323c
commit
9bc308dda3
1 changed files with 9 additions and 0 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue