From 1756bc3e3a75bb21ea29b773038bd4f8d46dea30 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 78c26ed..c2b8e11 100644 --- a/groups +++ b/groups @@ -1,5 +1,5 @@ -# UUID Group Name +# UUID Group Name # +803bbe427629b810683f86b454be6e7f3f14f49b Dotnet / Common - Reviewers d3f624cdedd46286059418c0edaa4743ac948792 Dotnet / Common - Maintainers f2a6597a27f2f4adc0e1c598a41e7c19517c3a85 Dotnet / Common - Integrators -803bbe427629b810683f86b454be6e7f3f14f49b Dotnet / Common - Reviewers diff --git a/project.config b/project.config index 9698d72..3e78af0 100644 --- a/project.config +++ b/project.config @@ -1,5 +1,4 @@ [project] - state = active description = Subdomain Dotnet / Common. Privileges setting. [access] inheritFrom = scm/acls/domain_dotnet @@ -48,8 +47,8 @@ forgeAuthor = group Dotnet / Common - Maintainers forgeCommitter = group Dotnet / Common - Integrators forgeCommitter = group Dotnet / Common - Maintainers - pushTag = group Dotnet / Common - Integrators - pushTag = group Dotnet / Common - Maintainers - pushSignedTag = group Dotnet / Common - Integrators - pushSignedTag = group Dotnet / Common - Maintainers push = +force group Dotnet / Common - Maintainers + createTag = group Dotnet / Common - Integrators + createTag = group Dotnet / Common - Maintainers + createSignedTag = group Dotnet / Common - Integrators + createSignedTag = group Dotnet / Common - Maintainers -- 2.7.4