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:
parent
c6ebcdb2e0
commit
2b18be91ed
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue