From 532e8af5362b78885e0dc1bd3e41da3fb225a499 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 6e9b5e0..f10a9b5 100644 --- a/groups +++ b/groups @@ -1,5 +1,5 @@ -# UUID Group Name +# UUID Group Name # +697e785bc005dbcd5c66f1b36a424cc0eee3cecf App Framework / Notification - Reviewers ac437fcd2fdde2f30537b28dca2650707d1760f1 App Framework / Notification - Maintainers ec7b1f92719f8c175afa2a6eb9492ba9cea72c38 App Framework / Notification - Integrators -697e785bc005dbcd5c66f1b36a424cc0eee3cecf App Framework / Notification - Reviewers diff --git a/project.config b/project.config index 9def6b9..662502c 100644 --- a/project.config +++ b/project.config @@ -1,5 +1,4 @@ [project] - state = active description = Subdomain App Framework / Notification. Privileges setting. [access] inheritFrom = scm/acls/domain_app_framework @@ -48,8 +47,8 @@ forgeAuthor = group App Framework / Notification - Maintainers forgeCommitter = group App Framework / Notification - Integrators forgeCommitter = group App Framework / Notification - Maintainers - pushTag = group App Framework / Notification - Integrators - pushTag = group App Framework / Notification - Maintainers - pushSignedTag = group App Framework / Notification - Integrators - pushSignedTag = group App Framework / Notification - Maintainers push = +force group App Framework / Notification - Maintainers + createTag = group App Framework / Notification - Integrators + createTag = group App Framework / Notification - Maintainers + createSignedTag = group App Framework / Notification - Integrators + createSignedTag = group App Framework / Notification - Maintainers -- 2.7.4