From 9bc308dda3c99144b797fc4829cf32424434e081 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 13 Oct 2015 10:37:31 +0200 Subject: [PATCH] List all the pseudo-user for whom we do not need to check if they are packager --- roles/pkgdb2/templates/pkgdb2.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/roles/pkgdb2/templates/pkgdb2.cfg b/roles/pkgdb2/templates/pkgdb2.cfg index 2df2b88395..516a8ee46d 100644 --- a/roles/pkgdb2/templates/pkgdb2.cfg +++ b/roles/pkgdb2/templates/pkgdb2.cfg @@ -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']