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 9e54db4..5a4c2a0 100644 (file)
--- a/groups
+++ b/groups
@@ -1,5 +1,5 @@
-# UUID Group Name
+# UUID                                         Group Name
 #
-33976442d6f55cfb204391d5879dd292d733cbbb       Security / Application Privilege - Maintainers
 2715135fd182fd157cdc80f836f7d8f50ff6775f       Security / Application Privilege - Integrators
+33976442d6f55cfb204391d5879dd292d733cbbb       Security / Application Privilege - Maintainers
 4a26da90eb8e23ca34ca5a06df470e9d9e22e8fe       Security / Application Privilege - Reviewers
index 119ec3e..e18f475 100644 (file)
@@ -1,5 +1,4 @@
 [project]
-       state = active
        description = Subdomain Security / Application Privilege. Privileges setting.
 [access]
        inheritFrom = scm/acls/domain_security
@@ -48,8 +47,8 @@
        forgeAuthor = group Security / Application Privilege - Maintainers
        forgeCommitter = group Security / Application Privilege - Integrators
        forgeCommitter = group Security / Application Privilege - Maintainers
-       pushTag = group Security / Application Privilege - Integrators
-       pushTag = group Security / Application Privilege - Maintainers
-       pushSignedTag = group Security / Application Privilege - Integrators
-       pushSignedTag = group Security / Application Privilege - Maintainers
        push = +force group Security / Application Privilege - Maintainers
+       createTag = group Security / Application Privilege - Integrators
+       createTag = group Security / Application Privilege - Maintainers
+       createSignedTag = group Security / Application Privilege - Integrators
+       createSignedTag = group Security / Application Privilege - Maintainers