project-config/gerrit/acls/openstack-infra/puppet-reviewday.config
James E. Blair 444f0c55e5 Update infra project ACLs
To support the changes outlined in Iea53a45bb533968a13a85c0e7fbb0787325e4095
update the ACLs for all current infra projects.  The general approach is to
create a -core and -release group for every infra project, and then, if they
share commonalities, deal with that by using group inclusion in Gerrit.  This
reduces friction when adding core members to new projects.

The intent of this change is normalize all of the relevant configs so that
the -core group is used for reviews and the -release group for tags.  No
current infra projects have stable branches, so ACLs for proposed/ branches
were removed.  Similarly branch creation permissions were removed.  The
contributor agreement flag should not be changed.

Work will need to be done in Gerrit to set up these new groups before
this change merges for a seamless transition.

Change-Id: I44750a59e377593d89538c2e590eb78303c8e413
2015-05-27 16:10:00 -07:00

14 lines
304 B
Plaintext

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