Rename 'Push Annotated/Signed Tag' permission to 'Create Annotated/Signed Tag' config
authorGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Sat, 10 Nov 2018 14:32:58 +0000 (14:32 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Sat, 10 Nov 2018 14:32:58 +0000 (14:32 +0000)
groups
project.config

diff --git a/groups b/groups
index 28ad66f..b171601 100644 (file)
--- a/groups
+++ b/groups
@@ -1,5 +1,5 @@
-# UUID  Group Name
+# UUID                                         Group Name
 #
+1e68f1ec02fa8e64319f91cab71f83c522e29c09       UI Framework / Services - Reviewers
 552a68fcc1c5cf04fb8bd4553acd95549b2b527c       UI Framework / Services - Maintainers
 b790f5903e45459ec80685cfd72b4e911330ca79       UI Framework / Services - Integrators
-1e68f1ec02fa8e64319f91cab71f83c522e29c09       UI Framework / Services - Reviewers
index b0b857b..be06763 100644 (file)
@@ -1,5 +1,4 @@
 [project]
-       state = active
        description = Subdomain UI Framework / Services. Privileges setting.
 [access]
        inheritFrom = scm/acls/domain_ui_framework
@@ -48,8 +47,8 @@
        forgeAuthor = group UI Framework / Services - Maintainers
        forgeCommitter = group UI Framework / Services - Integrators
        forgeCommitter = group UI Framework / Services - Maintainers
-       pushTag = group UI Framework / Services - Integrators
-       pushTag = group UI Framework / Services - Maintainers
-       pushSignedTag = group UI Framework / Services - Integrators
-       pushSignedTag = group UI Framework / Services - Maintainers
        push = +force group UI Framework / Services - Maintainers
+       createTag = group UI Framework / Services - Integrators
+       createTag = group UI Framework / Services - Maintainers
+       createSignedTag = group UI Framework / Services - Integrators
+       createSignedTag = group UI Framework / Services - Maintainers