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 cb4f7b54cb611fe4a2039378a568b8d0c42036fc..d6cd655cd7c35a76938e4b0b3907373c60359f4b 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 Service Framework - Architects
        forgeCommitter = group Service Framework - Integrators
        forgeCommitter = group Service Framework - Maintainers
-       pushTag = +force group Service Framework - Architects
+       pushTag = group Service Framework - Architects
        pushTag = group Service Framework - Integrators
-       pushTag = +force group Service Framework - Maintainers
+       pushTag = group Service Framework - Maintainers
        pushSignedTag = group Service Framework - Architects
        pushSignedTag = group Service Framework - Integrators
        pushSignedTag = group Service Framework - Maintainers