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 1246602ce26403980434660796683b69e68dc625..07823a291056149cc6905a8e9814b94577c0019c 100644 (file)
@@ -48,7 +48,7 @@
        forgeCommitter = group System / Uncategorized - Integrators
        forgeCommitter = group System / Uncategorized - Maintainers
        pushTag = group System / Uncategorized - Integrators
-       pushTag = +force group System / Uncategorized - Maintainers
+       pushTag = group System / Uncategorized - Maintainers
        pushSignedTag = group System / Uncategorized - Integrators
        pushSignedTag = group System / Uncategorized - Maintainers
        push = +force group System / Uncategorized - Maintainers