From: Gerrit Code Review Date: Sat, 10 Nov 2018 14:32:58 +0000 (+0000) Subject: Remove force option from 'Push Annotated Tag' permission X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b90a527a1d6d33e64b6a033ede9105507e33d21c;p=scm%2Facls%2Fdomain_tinyara.git Remove force option from 'Push Annotated Tag' permission The force option on 'Push Annotated Tag' had no effect and is no longer supported. --- diff --git a/project.config b/project.config index b189b28..f50acb6 100644 --- a/project.config +++ b/project.config @@ -1,5 +1,5 @@ [project] - description = Domain: + description = Domain: [access] inheritFrom = scm/acls/domains [access "refs/heads/*"] @@ -68,9 +68,9 @@ forgeCommitter = group TinyAra - Architects forgeCommitter = group TinyAra - Integrators forgeCommitter = group TinyAra - Maintainers - pushTag = +force group TinyAra - Architects + pushTag = group TinyAra - Architects pushTag = group TinyAra - Integrators - pushTag = +force group TinyAra - Maintainers + pushTag = group TinyAra - Maintainers pushSignedTag = group TinyAra - Architects pushSignedTag = group TinyAra - Integrators pushSignedTag = group TinyAra - Maintainers