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 3838d2f..2140cad 100644 (file)
--- 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
index 55c3dd5..f6493c1 100644 (file)
@@ -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