From e47d205d303d37f54a50802e1460e371573b11e8 Mon Sep 17 00:00:00 2001 From: Anita Kuno Date: Tue, 6 May 2014 13:00:31 -0400 Subject: [PATCH] Change stackforge acl tags example to -ptl from -core Project acls in the refs/tags/* stanza should specific the ptl of a program/project as opposed to all the core reviewers. This patch changes the stackforge acl example to reflect this. Also this patch changes WIP to Workflow in the explanation below which is more consistent with Gerrit 2.8 functionality. Change-Id: If7df749b54d5ace8904ea1def900618a196aa265 --- doc/source/stackforge.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/stackforge.rst b/doc/source/stackforge.rst index 7df781d36d..4186934bf9 100644 --- a/doc/source/stackforge.rst +++ b/doc/source/stackforge.rst @@ -77,7 +77,7 @@ and make it look like:: label-Code-Review = -2..+2 group project-name-core label-Workflow = -1..+1 group project-name-core [access "refs/tags/*"] - pushSignedTag = group project-name-core + pushSignedTag = group project-name-ptl [receive] requireChangeId = true requireContributorAgreement = true @@ -85,7 +85,7 @@ and make it look like:: mergeContent = true The access sections in the example ACL grant the project's core group -approval privileges and the ability so set/un-set WIP status on +approval privileges and the ability so set/un-set Workflow status on changes, as well as the ability to push tags. The other sections set some required options for Gerrit to function normally (enforcing presence of a Change-Id in commits and allowing changes to be merged).