From 91398e39a1346aa0d36d093822299bb8c8ebe141 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 | 13 ++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/groups b/groups index e92fd9b..4d08841 100644 --- a/groups +++ b/groups @@ -1,7 +1,7 @@ -# UUID Group Name +# UUID Group Name # 14908db0ec20199ddb43c6fe1f8ab375086052e6 Security - Architects 5f2ddb37e5472bfce2c97e69e9b943d3b7d6d3ee Security - Maintainers 6d87676f7dd9cdf9736733a8647a88387364ca36 Security - Integrators ae64733e20a7864fbbf6a6cf9724ed4fed64523f Security - Reviewers -global:Registered-Users Registered Users +global:Registered-Users Registered Users diff --git a/project.config b/project.config index becbf5b..44e5e31 100644 --- a/project.config +++ b/project.config @@ -1,5 +1,4 @@ [project] - state = active description = Domain Security. Privileges setting. [access] inheritFrom = scm/acls/domains @@ -69,11 +68,11 @@ forgeCommitter = group Security - Architects forgeCommitter = group Security - Integrators forgeCommitter = group Security - Maintainers - pushTag = group Security - Architects - pushTag = group Security - Integrators - pushTag = group Security - Maintainers - pushSignedTag = group Security - Architects - pushSignedTag = group Security - Integrators - pushSignedTag = group Security - Maintainers push = +force group Security - Architects push = +force group Security - Maintainers + createTag = group Security - Architects + createTag = group Security - Integrators + createTag = group Security - Maintainers + createSignedTag = group Security - Architects + createSignedTag = group Security - Integrators + createSignedTag = group Security - Maintainers -- 2.7.4