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 c667d08..52847f2 100644 (file)
--- a/groups
+++ b/groups
@@ -1,5 +1,5 @@
-# UUID Group Name
+# UUID                                         Group Name
 #
-5ccc2b2bda500bf01439bdb98b7591c59eeb105d       SDK / Native Build System - Maintainers
 2a838142c717425fb6f945e9584ac1b01e084f87       SDK / Native Build System - Integrators
+5ccc2b2bda500bf01439bdb98b7591c59eeb105d       SDK / Native Build System - Maintainers
 f9db940107abf503a7bdcbc2e0a9d10c665360e8       SDK / Native Build System - Reviewers
index 46fd2b2..3cb9f36 100644 (file)
@@ -1,5 +1,4 @@
 [project]
-       state = active
        description = Subdomain SDK / Native Build System. Privileges setting.
 [access]
        inheritFrom = scm/acls/domain_sdk
@@ -48,8 +47,8 @@
        forgeAuthor = group SDK / Native Build System - Maintainers
        forgeCommitter = group SDK / Native Build System - Integrators
        forgeCommitter = group SDK / Native Build System - Maintainers
-       pushTag = group SDK / Native Build System - Integrators
-       pushTag = group SDK / Native Build System - Maintainers
-       pushSignedTag = group SDK / Native Build System - Integrators
-       pushSignedTag = group SDK / Native Build System - Maintainers
        push = +force group SDK / Native Build System - Maintainers
+       createTag = group SDK / Native Build System - Integrators
+       createTag = group SDK / Native Build System - Maintainers
+       createSignedTag = group SDK / Native Build System - Integrators
+       createSignedTag = group SDK / Native Build System - Maintainers