Remove force option from 'Push Annotated Tag' permission
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)
The force option on 'Push Annotated Tag' had no effect and is no longer
supported.

project.config

index b189b28c668065666f4abe39225ea4cb076d093e..f50acb6090770b9814974df51f3115db088815ef 100644 (file)
@@ -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