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 78c26ed..c2b8e11 100644 (file)
--- a/groups
+++ b/groups
@@ -1,5 +1,5 @@
-# UUID  Group Name
+# UUID                                         Group Name
 #
+803bbe427629b810683f86b454be6e7f3f14f49b       Dotnet / Common - Reviewers
 d3f624cdedd46286059418c0edaa4743ac948792       Dotnet / Common - Maintainers
 f2a6597a27f2f4adc0e1c598a41e7c19517c3a85       Dotnet / Common - Integrators
-803bbe427629b810683f86b454be6e7f3f14f49b       Dotnet / Common - Reviewers
index 9698d72..3e78af0 100644 (file)
@@ -1,5 +1,4 @@
 [project]
-       state = active
        description = Subdomain Dotnet / Common. Privileges setting.
 [access]
        inheritFrom = scm/acls/domain_dotnet
@@ -48,8 +47,8 @@
        forgeAuthor = group Dotnet / Common - Maintainers
        forgeCommitter = group Dotnet / Common - Integrators
        forgeCommitter = group Dotnet / Common - Maintainers
-       pushTag = group Dotnet / Common - Integrators
-       pushTag = group Dotnet / Common - Maintainers
-       pushSignedTag = group Dotnet / Common - Integrators
-       pushSignedTag = group Dotnet / Common - Maintainers
        push = +force group Dotnet / Common - Maintainers
+       createTag = group Dotnet / Common - Integrators
+       createTag = group Dotnet / Common - Maintainers
+       createSignedTag = group Dotnet / Common - Integrators
+       createSignedTag = group Dotnet / Common - Maintainers