mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
distgit/pagure: Add the tag_project ACL
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -232,6 +232,7 @@ ACLS = {
|
||||
'generate_acls_project': 'Generate the Gitolite ACLs on a project',
|
||||
'commit_flag': 'Flag a commit',
|
||||
"update_watch_status": "Update the watch status on a project",
|
||||
"tag_project": "Allows adding git tags to a project",
|
||||
}
|
||||
|
||||
REQUIRED_GROUPS = {
|
||||
@@ -283,6 +284,7 @@ ADMIN_API_ACLS = [
|
||||
'generate_acls_project',
|
||||
'commit_flag',
|
||||
'create_branch',
|
||||
'tag_project',
|
||||
]
|
||||
|
||||
PROJECT_NAME_REGEX = '^[a-zA-z0-9_][a-zA-Z0-9-_\.+]*$'
|
||||
|
||||
Reference in New Issue
Block a user