Make cvsadmin group admin for dist-git pagure

Releng manages dist-git pagure and in the past cvsadmin was used for
adminstrative permissions for dist-git. Therefore use it in dist-git
pagure as well.

Reference: https://pagure.io/releng/issue/7061

Signed-off-by: Till Maas <opensource@till.name>
This commit is contained in:
Till Maas 2017-09-22 21:46:47 +02:00
parent c6ebcdb2e0
commit 2b18be91ed

View file

@ -28,8 +28,8 @@ PREFERRED_URL_SCHEME='https'
#DB_URL=postgres://user:pass@host/db_name
DB_URL = 'postgresql://{{ distgit_pagure_db_user }}:{{ distgit_pagure_db_pass }}@{{ distgit_pagure_db_host }}/{{ distgit_pagure_db_name }}'
### The FAS group in which the admin of pagure are
ADMIN_GROUP = ['sysadmin-main']
### FAS groups of pagure admins
ADMIN_GROUP = ['cvsadmin', 'sysadmin-main']
### The email address to which the flask.log will send the errors (tracebacks)
EMAIL_ERROR = 'pingou@pingoured.fr'