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 aed55bd..56cf335 100644 (file)
--- a/groups
+++ b/groups
@@ -1,7 +1,7 @@
-# UUID Group Name
+# UUID                                         Group Name
 #
+a071b88a1c0c72ada25cf01574f70b5f1d19acb9       System - Integrators
 a0d1cb2eb144e5d879032d8cc3b9eb0d3f4acd57       System - Architects
 a70a47df58d2508bb373b1a70bf434b25dcc86e5       System - Maintainers
-a071b88a1c0c72ada25cf01574f70b5f1d19acb9       System - Integrators
 e2b615d0fb7effc47384b9d834f9c41a292c0c62       System - Reviewers
-global:Registered-Users        Registered Users
+global:Registered-Users                        Registered Users
index d600da2..d60c089 100644 (file)
@@ -1,5 +1,4 @@
 [project]
-       state = active
        description = Domain System. Privileges setting.
 [access]
        inheritFrom = scm/acls/domains
        forgeCommitter = group System - Architects
        forgeCommitter = group System - Integrators
        forgeCommitter = group System - Maintainers
-       pushTag = group System - Architects
-       pushTag = group System - Integrators
-       pushTag = group System - Maintainers
-       pushSignedTag = group System - Architects
-       pushSignedTag = group System - Integrators
-       pushSignedTag = group System - Maintainers
        push = +force group System - Architects
        push = +force group System - Maintainers
+       createTag = group System - Architects
+       createTag = group System - Integrators
+       createTag = group System - Maintainers
+       createSignedTag = group System - Architects
+       createSignedTag = group System - Integrators
+       createSignedTag = group System - Maintainers