From 4bf10b32b2aa348058ea9f9664f43d27fa38682a 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 | 4 ++-- project.config | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/groups b/groups index 287d170..9bc55f4 100644 --- a/groups +++ b/groups @@ -1,5 +1,5 @@ -# UUID Group Name +# UUID Group Name # -fc916ce530feb079a56a5b709b59730c7fd2c493 SCM / Backend Services Configuration - Maintainers 2ea3d04f0aeab235d7154d6095004874b0781acf SCM / Backend Services Configuration - Integrators 5f8f2507c89234135ff835d5be08747a1794bdb3 SCM / Backend Services Configuration - Reviewers +fc916ce530feb079a56a5b709b59730c7fd2c493 SCM / Backend Services Configuration - Maintainers diff --git a/project.config b/project.config index c2173e3..af26b27 100644 --- a/project.config +++ b/project.config @@ -1,5 +1,4 @@ [project] - state = active description = Subdomain SCM / Backend Services Configuration. Privileges setting. [access] inheritFrom = scm/acls/domain_scm @@ -48,8 +47,8 @@ forgeAuthor = group SCM / Backend Services Configuration - Maintainers forgeCommitter = group SCM / Backend Services Configuration - Integrators forgeCommitter = group SCM / Backend Services Configuration - Maintainers - pushTag = group SCM / Backend Services Configuration - Integrators - pushTag = group SCM / Backend Services Configuration - Maintainers - pushSignedTag = group SCM / Backend Services Configuration - Integrators - pushSignedTag = group SCM / Backend Services Configuration - Maintainers push = +force group SCM / Backend Services Configuration - Maintainers + createTag = group SCM / Backend Services Configuration - Integrators + createTag = group SCM / Backend Services Configuration - Maintainers + createSignedTag = group SCM / Backend Services Configuration - Integrators + createSignedTag = group SCM / Backend Services Configuration - Maintainers -- 2.7.4