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 335f4d714440d90261e6ed7aac88dc654a83e7e7..3fe7a2c599878864b6e1c7f4cee3a34f2c9df12e 100644 (file)
--- a/groups
+++ b/groups
@@ -1,5 +1,5 @@
-# UUID Group Name
+# UUID                                         Group Name
 #
 #
-97b585ead29beb293810dc9690a333206b75e94b       SDK / Command line tools - Maintainers
-260773d77ff49d4b94c2a98fc2c768e32779fed0       SDK / Command line tools - Integrators
 0b83654df0d0438149d033985873a47a23f79154       SDK / Command line tools - Reviewers
 0b83654df0d0438149d033985873a47a23f79154       SDK / Command line tools - Reviewers
+260773d77ff49d4b94c2a98fc2c768e32779fed0       SDK / Command line tools - Integrators
+97b585ead29beb293810dc9690a333206b75e94b       SDK / Command line tools - Maintainers
index 9ad42e8ea50975416fe2e8888f730b35424ff181..5803ca9dc05c7b65c60862bd78c536e7da6c1765 100644 (file)
@@ -1,5 +1,4 @@
 [project]
 [project]
-       state = active
        description = Subdomain SDK / Command line tools. Privileges setting.
 [access]
        inheritFrom = scm/acls/domain_sdk
        description = Subdomain SDK / Command line tools. Privileges setting.
 [access]
        inheritFrom = scm/acls/domain_sdk
@@ -48,8 +47,8 @@
        forgeAuthor = group SDK / Command line tools - Maintainers
        forgeCommitter = group SDK / Command line tools - Integrators
        forgeCommitter = group SDK / Command line tools - Maintainers
        forgeAuthor = group SDK / Command line tools - Maintainers
        forgeCommitter = group SDK / Command line tools - Integrators
        forgeCommitter = group SDK / Command line tools - Maintainers
-       pushTag = group SDK / Command line tools - Integrators
-       pushTag = group SDK / Command line tools - Maintainers
-       pushSignedTag = group SDK / Command line tools - Integrators
-       pushSignedTag = group SDK / Command line tools - Maintainers
        push = +force group SDK / Command line tools - Maintainers
        push = +force group SDK / Command line tools - Maintainers
+       createTag = group SDK / Command line tools - Integrators
+       createTag = group SDK / Command line tools - Maintainers
+       createSignedTag = group SDK / Command line tools - Integrators
+       createSignedTag = group SDK / Command line tools - Maintainers