From b90a527a1d6d33e64b6a033ede9105507e33d21c Mon Sep 17 00:00:00 2001 From: Gerrit Code Review Date: Sat, 10 Nov 2018 14:32:58 +0000 Subject: [PATCH] Remove force option from 'Push Annotated Tag' permission The force option on 'Push Annotated Tag' had no effect and is no longer supported. --- project.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1