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 0401b5c..3ccb462 100644 (file)
--- a/groups
+++ b/groups
@@ -1,7 +1,7 @@
-# UUID Group Name
+# UUID                                         Group Name
 #
 20ffab976c2260c57403aec4a24650d7a7e751fe       Testing - Architects
 28bce0a48835315fbe8f5016ba83f8f29a529401       Testing - Maintainers
 8e018055d5a91534129bc6f4cab5a0d920b9e1d0       Testing - Integrators
 adae83def3ef14ccf06fa798e2f15eb690c72f1a       Testing - Reviewers
-global:Registered-Users        Registered Users
+global:Registered-Users                        Registered Users
index d3123c7..2f1c04c 100644 (file)
@@ -1,5 +1,4 @@
 [project]
-       state = active
        description = Domain Testing. Privileges setting.
 [access]
        inheritFrom = scm/acls/domains
        forgeCommitter = group Testing - Architects
        forgeCommitter = group Testing - Integrators
        forgeCommitter = group Testing - Maintainers
-       pushTag = group Testing - Architects
-       pushTag = group Testing - Integrators
-       pushTag = group Testing - Maintainers
-       pushSignedTag = group Testing - Architects
-       pushSignedTag = group Testing - Integrators
-       pushSignedTag = group Testing - Maintainers
        push = +force group Testing - Architects
        push = +force group Testing - Maintainers
+       createTag = group Testing - Architects
+       createTag = group Testing - Integrators
+       createTag = group Testing - Maintainers
+       createSignedTag = group Testing - Architects
+       createSignedTag = group Testing - Integrators
+       createSignedTag = group Testing - Maintainers