Add the generate_acls_project ACL to pagure on dist-git

This commit is contained in:
Pierre-Yves Chibon 2017-08-15 19:07:22 +02:00
parent dfc9e56b96
commit 63ca54f94b

View file

@ -201,7 +201,8 @@ ACLS = {
'pull_request_comment': 'Comment on a pull-request of this project',
'pull_request_flag': 'Flag a pull-request of this project',
'pull_request_merge': 'Merge a pull-request of this project',
'modify_project': 'Modify an existing project'
'modify_project': 'Modify an existing project',
'generate_acls_project': 'Generate the Gitolite ACLs on a project',
}
EXTERNAL_COMMITTER = {
@ -234,7 +235,8 @@ USER_ACLS = [
'pull_request_comment',
'pull_request_flag',
'pull_request_merge',
'modify_project'
'modify_project',
'generate_acls_project',
]
CROSS_PROJECT_ACLS = [