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 1460039..f7537bf 100644 (file)
--- a/groups
+++ b/groups
@@ -1,5 +1,5 @@
-# UUID Group Name
+# UUID                                         Group Name
 #
+3ed679bb71e11a1fc33e43b43c4db470fa499485       SCM / GBS Metadata - Reviewers
 7c24595573c04d699de0db6a0440f85a10e4e8ab       SCM / GBS Metadata - Maintainers
 fe47125d26b66397d708d401729eea69b0ff66c5       SCM / GBS Metadata - Integrators
-3ed679bb71e11a1fc33e43b43c4db470fa499485       SCM / GBS Metadata - Reviewers
index 52bb724..259068a 100644 (file)
@@ -1,5 +1,4 @@
 [project]
-       state = active
        description = Subdomain SCM / GBS Metadata. Privileges setting.
 [access]
        inheritFrom = scm/acls/domain_scm
@@ -48,8 +47,8 @@
        forgeAuthor = group SCM / GBS Metadata - Maintainers
        forgeCommitter = group SCM / GBS Metadata - Integrators
        forgeCommitter = group SCM / GBS Metadata - Maintainers
-       pushTag = group SCM / GBS Metadata - Integrators
-       pushTag = group SCM / GBS Metadata - Maintainers
-       pushSignedTag = group SCM / GBS Metadata - Integrators
-       pushSignedTag = group SCM / GBS Metadata - Maintainers
        push = +force group SCM / GBS Metadata - Maintainers
+       createTag = group SCM / GBS Metadata - Integrators
+       createTag = group SCM / GBS Metadata - Maintainers
+       createSignedTag = group SCM / GBS Metadata - Integrators
+       createSignedTag = group SCM / GBS Metadata - Maintainers