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 287d17018f07346d771adba5136c9dd8e819ecd1..9bc55f481be1da879bd2492d21e8af40e51f4404 100644 (file)
--- a/groups
+++ b/groups
@@ -1,5 +1,5 @@
-# UUID Group Name
+# UUID                                         Group Name
 #
-fc916ce530feb079a56a5b709b59730c7fd2c493       SCM / Backend Services Configuration - Maintainers
 2ea3d04f0aeab235d7154d6095004874b0781acf       SCM / Backend Services Configuration - Integrators
 5f8f2507c89234135ff835d5be08747a1794bdb3       SCM / Backend Services Configuration - Reviewers
+fc916ce530feb079a56a5b709b59730c7fd2c493       SCM / Backend Services Configuration - Maintainers
index c2173e34909c47a56d63ca409e945a5886d7047b..af26b273a356c309bca72cf139bd5a6dd7b34e04 100644 (file)
@@ -1,5 +1,4 @@
 [project]
-       state = active
        description = Subdomain SCM / Backend Services Configuration. Privileges setting.
 [access]
        inheritFrom = scm/acls/domain_scm
@@ -48,8 +47,8 @@
        forgeAuthor = group SCM / Backend Services Configuration - Maintainers
        forgeCommitter = group SCM / Backend Services Configuration - Integrators
        forgeCommitter = group SCM / Backend Services Configuration - Maintainers
-       pushTag = group SCM / Backend Services Configuration - Integrators
-       pushTag = group SCM / Backend Services Configuration - Maintainers
-       pushSignedTag = group SCM / Backend Services Configuration - Integrators
-       pushSignedTag = group SCM / Backend Services Configuration - Maintainers
        push = +force group SCM / Backend Services Configuration - Maintainers
+       createTag = group SCM / Backend Services Configuration - Integrators
+       createTag = group SCM / Backend Services Configuration - Maintainers
+       createSignedTag = group SCM / Backend Services Configuration - Integrators
+       createSignedTag = group SCM / Backend Services Configuration - Maintainers