From c9d12c2aa6e8fe5c2ab2fa72272a9b62e06ce761 Mon Sep 17 00:00:00 2001 From: Gerrit Code Review Date: Sat, 10 Nov 2018 14:32:58 +0000 Subject: [PATCH] Rename 'Push Annotated/Signed Tag' permission to 'Create Annotated/Signed Tag' --- groups | 6 +++--- project.config | 9 ++++----- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/groups b/groups index 8033d34..99553e8 100644 --- a/groups +++ b/groups @@ -1,5 +1,5 @@ -# UUID Group Name +# UUID Group Name # -baa0cc81d30808fe54911234d9b4e0390a1e98b5 Security / Authentication - Maintainers -6a2b970f1b87410fe5dfd675415bde5e4cfd16af Security / Authentication - Integrators 26dca3816d5e1100915d2b2a50c230eb5e43de4b Security / Authentication - Reviewers +6a2b970f1b87410fe5dfd675415bde5e4cfd16af Security / Authentication - Integrators +baa0cc81d30808fe54911234d9b4e0390a1e98b5 Security / Authentication - Maintainers diff --git a/project.config b/project.config index 15073c0..30ab5ec 100644 --- a/project.config +++ b/project.config @@ -1,5 +1,4 @@ [project] - state = active description = Subdomain Security / Authentication. Privileges setting. [access] inheritFrom = scm/acls/domain_security @@ -48,8 +47,8 @@ forgeAuthor = group Security / Authentication - Maintainers forgeCommitter = group Security / Authentication - Integrators forgeCommitter = group Security / Authentication - Maintainers - pushTag = group Security / Authentication - Integrators - pushTag = group Security / Authentication - Maintainers - pushSignedTag = group Security / Authentication - Integrators - pushSignedTag = group Security / Authentication - Maintainers push = +force group Security / Authentication - Maintainers + createTag = group Security / Authentication - Integrators + createTag = group Security / Authentication - Maintainers + createSignedTag = group Security / Authentication - Integrators + createSignedTag = group Security / Authentication - Maintainers -- 2.7.4