From 67cba72b75d15357e43f8140f2af09af5648b099 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 0401b5c..3ccb462 100644 --- a/groups +++ b/groups @@ -1,7 +1,7 @@ -# UUID Group Name +# UUID Group Name # 20ffab976c2260c57403aec4a24650d7a7e751fe Testing - Architects 28bce0a48835315fbe8f5016ba83f8f29a529401 Testing - Maintainers 8e018055d5a91534129bc6f4cab5a0d920b9e1d0 Testing - Integrators adae83def3ef14ccf06fa798e2f15eb690c72f1a Testing - Reviewers -global:Registered-Users Registered Users +global:Registered-Users Registered Users diff --git a/project.config b/project.config index d3123c7..2f1c04c 100644 --- a/project.config +++ b/project.config @@ -1,5 +1,4 @@ [project] - state = active description = Domain Testing. Privileges setting. [access] inheritFrom = scm/acls/domains @@ -69,11 +68,11 @@ forgeCommitter = group Testing - Architects forgeCommitter = group Testing - Integrators forgeCommitter = group Testing - Maintainers - pushTag = group Testing - Architects - pushTag = group Testing - Integrators - pushTag = group Testing - Maintainers - pushSignedTag = group Testing - Architects - pushSignedTag = group Testing - Integrators - pushSignedTag = group Testing - Maintainers push = +force group Testing - Architects push = +force group Testing - Maintainers + createTag = group Testing - Architects + createTag = group Testing - Integrators + createTag = group Testing - Maintainers + createSignedTag = group Testing - Architects + createSignedTag = group Testing - Integrators + createSignedTag = group Testing - Maintainers -- 2.34.1