fb8db8dea3
As part of the plan to move release tagging permissions to a core group managed under the release management team [1], update the ACLs files to give permissions so a new library-release team instead of the existing core or release teams. When the new team is created, the "Release Managers" group and a small number of volunteers will be added to it. [1] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066346.html Change-Id: I9d1568fa688c08b658444b33df0408907d0b3fa6
22 lines
617 B
Plaintext
22 lines
617 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group python-novaclient-core
|
|
label-Code-Review = -2..+2 group python-novaclient-core
|
|
label-Workflow = -1..+1 group python-novaclient-core
|
|
|
|
[access "refs/heads/stable/*"]
|
|
abandon = group nova-stable-maint
|
|
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
|
|
label-Code-Review = -2..+2 group nova-stable-maint
|
|
label-Code-Review = -1..+1 group Registered Users
|
|
label-Workflow = -1..+1 group nova-stable-maint
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group library-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|