From 6e166e75816e2a55c6b448c4f213944dce1a5a72 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley <fungi@yuggoth.org> Date: Tue, 25 Jan 2022 17:50:42 +0000 Subject: [PATCH] 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 --- doc/source/creators.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/creators.rst b/doc/source/creators.rst index de72c7f..98f361c 100644 --- a/doc/source/creators.rst +++ b/doc/source/creators.rst @@ -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