Remove force option from 'Push Annotated Tag' permission
authorGerrit Code Review <gerrit@automotivelinux.org>
Sat, 10 Nov 2018 18:04:28 +0000 (18:04 +0000)
committerGerrit Code Review <gerrit@automotivelinux.org>
Sat, 10 Nov 2018 18:04:28 +0000 (18:04 +0000)
The force option on 'Push Annotated Tag' had no effect and is no longer
supported.

project.config

index 906a17c..4f45dc0 100644 (file)
 [label "ci-image-build"]
        function = NoBlock
        value = -1 Fails
-       value =  0 No score
+       value = 0 No score
        value = +1 Verified
        defaultValue = 0
 [label "ci-image-boot-test"]
        function = NoBlock
        value = -1 Fails
-       value =  0 No score
+       value = 0 No score
        value = +1 Verified
        defaultValue = 0
 [label "ci-image-ltsi-test"]
        function = NoBlock
        value = -1 Fails
-       value =  0 No score
+       value = 0 No score
        value = +1 Verified
        defaultValue = 0
 [label "ci-image-ui-test"]
        function = NoBlock
        value = -1 Fails
-       value =  0 No score
+       value = 0 No score
        value = +1 Verified
        defaultValue = 0
 [access "refs/tags/*"]
-       pushTag = +force group AGL-admins
+       pushTag = group AGL-admins
        pushTag = group AGL-mergers
        pushSignedTag = group AGL-admins
        pushSignedTag = group AGL-mergers