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
This commit is contained in:
Anita Kuno 2014-05-06 13:00:31 -04:00
parent 7c6be45b94
commit e47d205d30
1 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ and make it look like::
label-Code-Review = -2..+2 group project-name-core label-Code-Review = -2..+2 group project-name-core
label-Workflow = -1..+1 group project-name-core label-Workflow = -1..+1 group project-name-core
[access "refs/tags/*"] [access "refs/tags/*"]
pushSignedTag = group project-name-core pushSignedTag = group project-name-ptl
[receive] [receive]
requireChangeId = true requireChangeId = true
requireContributorAgreement = true requireContributorAgreement = true
@ -85,7 +85,7 @@ and make it look like::
mergeContent = true mergeContent = true
The access sections in the example ACL grant the project's core group 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 changes, as well as the ability to push tags. The other sections set
some required options for Gerrit to function normally (enforcing some required options for Gerrit to function normally (enforcing
presence of a Change-Id in commits and allowing changes to be merged). presence of a Change-Id in commits and allowing changes to be merged).