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 7fce3cd..5360b36 100644 (file)
--- a/groups
+++ b/groups
@@ -1,5 +1,5 @@
-# UUID Group Name
+# UUID                                         Group Name
 #
-ae5c3f79759ce4c7af089ffef76a5c0b9dafb289       SDK / Native IDE - Maintainers
 4a80dcab24fa68d67c4d512455ba665aedc308ef       SDK / Native IDE - Integrators
 8c7d1375837f58021698ba1d6d51aee6e8d4cc97       SDK / Native IDE - Reviewers
+ae5c3f79759ce4c7af089ffef76a5c0b9dafb289       SDK / Native IDE - Maintainers
index e625a9a..d6e58a7 100644 (file)
@@ -1,5 +1,4 @@
 [project]
-       state = active
        description = Subdomain SDK / Native IDE. Privileges setting.
 [access]
        inheritFrom = scm/acls/domain_sdk
@@ -48,8 +47,8 @@
        forgeAuthor = group SDK / Native IDE - Maintainers
        forgeCommitter = group SDK / Native IDE - Integrators
        forgeCommitter = group SDK / Native IDE - Maintainers
-       pushTag = group SDK / Native IDE - Integrators
-       pushTag = group SDK / Native IDE - Maintainers
-       pushSignedTag = group SDK / Native IDE - Integrators
-       pushSignedTag = group SDK / Native IDE - Maintainers
        push = +force group SDK / Native IDE - Maintainers
+       createTag = group SDK / Native IDE - Integrators
+       createTag = group SDK / Native IDE - Maintainers
+       createSignedTag = group SDK / Native IDE - Integrators
+       createSignedTag = group SDK / Native IDE - Maintainers