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 50b7d1a..f3f7c2c 100644 (file)
--- a/groups
+++ b/groups
@@ -1,5 +1,5 @@
-# UUID Group Name
+# UUID                                         Group Name
 #
-f377796d9e0f49ac82ab96eb454eda8e89acfe4b       Network & Connectivity / Bluetooth - Maintainers
 a861b48746b1ac85824bae71265774d9d8ffa8ce       Network & Connectivity / Bluetooth - Integrators
 d8e70739750bbe194c9497e5b8df82c44cb53f0c       Network & Connectivity / Bluetooth - Reviewers
+f377796d9e0f49ac82ab96eb454eda8e89acfe4b       Network & Connectivity / Bluetooth - Maintainers
index c68e76e..7efb6a8 100644 (file)
@@ -1,5 +1,4 @@
 [project]
-       state = active
        description = Subdomain Network & Connectivity / Bluetooth. Privileges setting.
 [access]
        inheritFrom = scm/acls/domain_network_and_connectivity
@@ -48,8 +47,8 @@
        forgeAuthor = group Network & Connectivity / Bluetooth - Maintainers
        forgeCommitter = group Network & Connectivity / Bluetooth - Integrators
        forgeCommitter = group Network & Connectivity / Bluetooth - Maintainers
-       pushTag = group Network & Connectivity / Bluetooth - Integrators
-       pushTag = group Network & Connectivity / Bluetooth - Maintainers
-       pushSignedTag = group Network & Connectivity / Bluetooth - Integrators
-       pushSignedTag = group Network & Connectivity / Bluetooth - Maintainers
        push = +force group Network & Connectivity / Bluetooth - Maintainers
+       createTag = group Network & Connectivity / Bluetooth - Integrators
+       createTag = group Network & Connectivity / Bluetooth - Maintainers
+       createSignedTag = group Network & Connectivity / Bluetooth - Integrators
+       createSignedTag = group Network & Connectivity / Bluetooth - Maintainers