From ab4852a7510e4669383b39dedb4a1bfa901b847e 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 3838d2f..2140cad 100644 --- a/groups +++ b/groups @@ -1,5 +1,5 @@ -# UUID Group Name +# UUID Group Name # 25c9e80de4be6816e202efa99d5e1282da22d606 UI Framework / UI Control - Maintainers -64bb0770d4805193d0f81d601f63ac622fa91a36 UI Framework / UI Control - Integrators 363167983af8cc70fa0937d483a78a3f7f19a907 UI Framework / UI Control - Reviewers +64bb0770d4805193d0f81d601f63ac622fa91a36 UI Framework / UI Control - Integrators diff --git a/project.config b/project.config index 55c3dd5..f6493c1 100644 --- a/project.config +++ b/project.config @@ -1,5 +1,4 @@ [project] - state = active description = Subdomain UI Framework / UI Control. Privileges setting. [access] inheritFrom = scm/acls/domain_ui_framework @@ -48,8 +47,8 @@ forgeAuthor = group UI Framework / UI Control - Maintainers forgeCommitter = group UI Framework / UI Control - Integrators forgeCommitter = group UI Framework / UI Control - Maintainers - pushTag = group UI Framework / UI Control - Integrators - pushTag = group UI Framework / UI Control - Maintainers - pushSignedTag = group UI Framework / UI Control - Integrators - pushSignedTag = group UI Framework / UI Control - Maintainers push = +force group UI Framework / UI Control - Maintainers + createTag = group UI Framework / UI Control - Integrators + createTag = group UI Framework / UI Control - Maintainers + createSignedTag = group UI Framework / UI Control - Integrators + createSignedTag = group UI Framework / UI Control - Maintainers -- 2.7.4