From f3cb458b04569a6bc8acdc5ad7685c0be1b352d9 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 ded63e9..ba34ee6 100644 --- a/groups +++ b/groups @@ -1,5 +1,5 @@ -# UUID Group Name +# UUID Group Name # -d2c90bc57e58cc70aa7f97b1367c239b44188a7a SCM / BB - Maintainers -d121c740bb824974559e743d8555e28ebff2c90b SCM / BB - Integrators 47a6e7efe9302a11719e20ffdc31c65f7cf6c82f SCM / BB - Reviewers +d121c740bb824974559e743d8555e28ebff2c90b SCM / BB - Integrators +d2c90bc57e58cc70aa7f97b1367c239b44188a7a SCM / BB - Maintainers diff --git a/project.config b/project.config index 4e86c79..71be735 100644 --- a/project.config +++ b/project.config @@ -1,5 +1,4 @@ [project] - state = active description = Subdomain SCM / BB. Privileges setting. [access] inheritFrom = scm/acls/domain_scm @@ -48,8 +47,8 @@ forgeAuthor = group SCM / BB - Maintainers forgeCommitter = group SCM / BB - Integrators forgeCommitter = group SCM / BB - Maintainers - pushTag = group SCM / BB - Integrators - pushTag = group SCM / BB - Maintainers - pushSignedTag = group SCM / BB - Integrators - pushSignedTag = group SCM / BB - Maintainers push = +force group SCM / BB - Maintainers + createTag = group SCM / BB - Integrators + createTag = group SCM / BB - Maintainers + createSignedTag = group SCM / BB - Integrators + createSignedTag = group SCM / BB - Maintainers -- 2.34.1