Update recommended ACL for createSignedTag keyword
In Ia426ea36b4e6877fdce5725ff1e00ae02c62e3f4 we switched from pushSignedTag to creaeSignedTag in all our Gerrit project ACLs, so update examples in our documentation accordingly. The old syntax is no longer allowed by our ACL linter. Change-Id: Ie7cca062844101a685befe3b4f5d868b9506c5c0
This commit is contained in:
parent
b303896a75
commit
6e166e7581
@ -323,7 +323,7 @@ section containing:
|
||||
.. code-block:: ini
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group <projectname>-release
|
||||
createSignedTag = group <projectname>-release
|
||||
|
||||
Note the ACL file enforces strict alphabetical ordering of sections,
|
||||
so ``access`` sections like heads and tags must go in order and before
|
||||
@ -448,7 +448,7 @@ like:
|
||||
label-Workflow = -1..+1 group <projectname>-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group <projectname>-release
|
||||
createSignedTag = group <projectname>-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user