Hi, currently I cannot (un)orphan packages in dist-git pagure or give them to other maintainers. AFAIU only people in sysadmin-main can this so other releng members not in sysadmin-main are affected as well. Therefore I would like to change the admin group for dist-git pagure to cvsadmin, which was the admin group for dist-git/pkgdb in the past. There are the current group members: sysadmin-main:x:100322:ausil,codeblock,jstanley,kevin,maxamillion,pbrobinson,pingou,puiterwijk,ralph,smooge,tflink cvsadmin:x:101197:ausil,jwboyer,kevin,limb,mohanboddu,pbrobinson,releng,spot,tibbs,till Kind regards Till >From 684353289eca2f38c190cd426b962c169d446812 Mon Sep 17 00:00:00 2001 From: Till Maas <opensource@xxxxxxxxx> Date: Fri, 22 Sep 2017 21:46:47 +0200 Subject: [PATCH] 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@xxxxxxxxx> --- roles/distgit/pagure/templates/pagure.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg index 833c57dc8..e3508aee0 100644 --- a/roles/distgit/pagure/templates/pagure.cfg +++ b/roles/distgit/pagure/templates/pagure.cfg @@ -29,7 +29,7 @@ PREFERRED_URL_SCHEME='https' 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'] +ADMIN_GROUP = ['cvsadmin'] ### The email address to which the flask.log will send the errors (tracebacks) EMAIL_ERROR = 'pingou@xxxxxxxxxxxx' -- 2.13.5 _______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx