Files
project-config/gerrit/acls/openstack/python-barbicanclient.config
Doug Hellmann f1a22dd5cc Configure stable branch ACLs for non-Oslo libs
Now that we are releasing stable branches of all of our libraries, we
need to configure the permissions in those branches to use the
stable-maint teams.

For projects with foo-stable-maint, use those teams.

For projects with foo-milestone, use those teams.

For projects with neither, amend the ACLs without making them exclusive
to add stable-maint-core and leave foo-core.

Also remove the blocks related to "proposed" branches, since we don't
use those for libraries.

Change-Id: I6fb79132d954c8cccdbd0c0584aa7acbe4655fef
2015-04-15 20:18:25 +00:00

20 lines
469 B
Plaintext

[access "refs/heads/*"]
abandon = group barbican-core
label-Code-Review = -2..+2 group barbican-core
label-Workflow = -1..+1 group barbican-core
[access "refs/heads/stable/*"]
abandon = group stable-maint-core
label-Code-Review = -2..+2 group stable-maint-core
label-Workflow = -1..+1 group stable-maint-core
[access "refs/tags/*"]
pushSignedTag = group barbican-core
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true