From 2d3446f31facff975d24e87756b7f9fa5862c4eb 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 c667d08..52847f2 100644 --- a/groups +++ b/groups @@ -1,5 +1,5 @@ -# UUID Group Name +# UUID Group Name # -5ccc2b2bda500bf01439bdb98b7591c59eeb105d SDK / Native Build System - Maintainers 2a838142c717425fb6f945e9584ac1b01e084f87 SDK / Native Build System - Integrators +5ccc2b2bda500bf01439bdb98b7591c59eeb105d SDK / Native Build System - Maintainers f9db940107abf503a7bdcbc2e0a9d10c665360e8 SDK / Native Build System - Reviewers diff --git a/project.config b/project.config index 46fd2b2..3cb9f36 100644 --- a/project.config +++ b/project.config @@ -1,5 +1,4 @@ [project] - state = active description = Subdomain SDK / Native Build System. Privileges setting. [access] inheritFrom = scm/acls/domain_sdk @@ -48,8 +47,8 @@ forgeAuthor = group SDK / Native Build System - Maintainers forgeCommitter = group SDK / Native Build System - Integrators forgeCommitter = group SDK / Native Build System - Maintainers - pushTag = group SDK / Native Build System - Integrators - pushTag = group SDK / Native Build System - Maintainers - pushSignedTag = group SDK / Native Build System - Integrators - pushSignedTag = group SDK / Native Build System - Maintainers push = +force group SDK / Native Build System - Maintainers + createTag = group SDK / Native Build System - Integrators + createTag = group SDK / Native Build System - Maintainers + createSignedTag = group SDK / Native Build System - Integrators + createSignedTag = group SDK / Native Build System - Maintainers -- 2.34.1