Rename 'Push Annotated/Signed Tag' permission to 'Create Annotated/Signed Tag' upstream 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 8033d34..99553e8 100644 (file)
--- a/groups
+++ b/groups
@@ -1,5 +1,5 @@
-# UUID Group Name
+# UUID                                         Group Name
 #
-baa0cc81d30808fe54911234d9b4e0390a1e98b5       Security / Authentication - Maintainers
-6a2b970f1b87410fe5dfd675415bde5e4cfd16af       Security / Authentication - Integrators
 26dca3816d5e1100915d2b2a50c230eb5e43de4b       Security / Authentication - Reviewers
+6a2b970f1b87410fe5dfd675415bde5e4cfd16af       Security / Authentication - Integrators
+baa0cc81d30808fe54911234d9b4e0390a1e98b5       Security / Authentication - Maintainers
index 15073c0..30ab5ec 100644 (file)
@@ -1,5 +1,4 @@
 [project]
-       state = active
        description = Subdomain Security / Authentication. Privileges setting.
 [access]
        inheritFrom = scm/acls/domain_security
@@ -48,8 +47,8 @@
        forgeAuthor = group Security / Authentication - Maintainers
        forgeCommitter = group Security / Authentication - Integrators
        forgeCommitter = group Security / Authentication - Maintainers
-       pushTag = group Security / Authentication - Integrators
-       pushTag = group Security / Authentication - Maintainers
-       pushSignedTag = group Security / Authentication - Integrators
-       pushSignedTag = group Security / Authentication - Maintainers
        push = +force group Security / Authentication - Maintainers
+       createTag = group Security / Authentication - Integrators
+       createTag = group Security / Authentication - Maintainers
+       createSignedTag = group Security / Authentication - Integrators
+       createSignedTag = group Security / Authentication - Maintainers