From: Gerrit Code Review Date: Sat, 10 Nov 2018 14:32:58 +0000 (+0000) Subject: Rename 'Push Annotated/Signed Tag' permission to 'Create Annotated/Signed Tag' X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;p=scm%2Facls%2Fdomain_dotnet%2Fcommon.git Rename 'Push Annotated/Signed Tag' permission to 'Create Annotated/Signed Tag' --- diff --git a/groups b/groups index 78c26ed..c2b8e11 100644 --- 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 diff --git a/project.config b/project.config index 9698d72..3e78af0 100644 --- a/project.config +++ b/project.config @@ -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