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 3288092efad918c68057d07a69a4239baba86878..cb6fec2832cc0f09af2cd98aa63ac559e51033ab 100644 (file)
--- a/groups
+++ b/groups
@@ -1,5 +1,5 @@
-# UUID  Group Name
+# UUID                                         Group Name
 #
+03baad96ee2e372766d509824e8a98ee38338119       Dotnet / ApplicationLauncher - Reviewers
 343a5829b62780319f6e40cdabf53f80385108b2       Dotnet / ApplicationLauncher - Maintainers
 8ba62675aa64d1604c5b07866ee2e0ea54d9e48b       Dotnet / ApplicationLauncher - Integrators
-03baad96ee2e372766d509824e8a98ee38338119       Dotnet / ApplicationLauncher - Reviewers
index cb908a1515d01216e471fb6101d621cc2bbb874d..27df98244545a8f08f2d3db2ecbc6cd9650f9e2a 100644 (file)
@@ -1,5 +1,4 @@
 [project]
-       state = active
        description = Subdomain Dotnet / ApplicationLauncher. Privileges setting.
 [access]
        inheritFrom = scm/acls/domain_dotnet
@@ -48,8 +47,8 @@
        forgeAuthor = group Dotnet / ApplicationLauncher - Maintainers
        forgeCommitter = group Dotnet / ApplicationLauncher - Integrators
        forgeCommitter = group Dotnet / ApplicationLauncher - Maintainers
-       pushTag = group Dotnet / ApplicationLauncher - Integrators
-       pushTag = group Dotnet / ApplicationLauncher - Maintainers
-       pushSignedTag = group Dotnet / ApplicationLauncher - Integrators
-       pushSignedTag = group Dotnet / ApplicationLauncher - Maintainers
        push = +force group Dotnet / ApplicationLauncher - Maintainers
+       createTag = group Dotnet / ApplicationLauncher - Integrators
+       createTag = group Dotnet / ApplicationLauncher - Maintainers
+       createSignedTag = group Dotnet / ApplicationLauncher - Integrators
+       createSignedTag = group Dotnet / ApplicationLauncher - Maintainers