From 0f14d284488ddbc9b036f9ca02aa26e5091211ea 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 3288092..cb6fec2 100644 --- a/groups +++ b/groups @@ -1,5 +1,5 @@ -# UUID Group Name +# UUID Group Name # +03baad96ee2e372766d509824e8a98ee38338119 Dotnet / ApplicationLauncher - Reviewers 343a5829b62780319f6e40cdabf53f80385108b2 Dotnet / ApplicationLauncher - Maintainers 8ba62675aa64d1604c5b07866ee2e0ea54d9e48b Dotnet / ApplicationLauncher - Integrators -03baad96ee2e372766d509824e8a98ee38338119 Dotnet / ApplicationLauncher - Reviewers diff --git a/project.config b/project.config index cb908a1..27df982 100644 --- a/project.config +++ b/project.config @@ -1,5 +1,4 @@ [project] - state = active description = Subdomain Dotnet / ApplicationLauncher. Privileges setting. [access] inheritFrom = scm/acls/domain_dotnet @@ -48,8 +47,8 @@ forgeAuthor = group Dotnet / ApplicationLauncher - Maintainers forgeCommitter = group Dotnet / ApplicationLauncher - Integrators forgeCommitter = group Dotnet / ApplicationLauncher - Maintainers - pushTag = group Dotnet / ApplicationLauncher - Integrators - pushTag = group Dotnet / ApplicationLauncher - Maintainers - pushSignedTag = group Dotnet / ApplicationLauncher - Integrators - pushSignedTag = group Dotnet / ApplicationLauncher - Maintainers push = +force group Dotnet / ApplicationLauncher - Maintainers + createTag = group Dotnet / ApplicationLauncher - Integrators + createTag = group Dotnet / ApplicationLauncher - Maintainers + createSignedTag = group Dotnet / ApplicationLauncher - Integrators + createSignedTag = group Dotnet / ApplicationLauncher - Maintainers -- 2.7.4