b81fc4bf50
.../files/gerrit/acls/stackforge/python-savannaclient.config: Two lines were missing the group keyword. .../templates/review.projects.yaml.erb: Eight projects used acl_config instead of acl-config parameters. Change-Id: I60b2022e30230a133d52d3d0581e0760060ae7ca Reviewed-on: https://review.openstack.org/26170 Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Tested-by: Jenkins
14 lines
422 B
Plaintext
14 lines
422 B
Plaintext
[access "refs/*"]
|
|
owner = group Administrators
|
|
create = group savanna-core
|
|
pushTag = group savanna-core
|
|
[access "refs/heads/*"]
|
|
label-Code-Review = -2..+2 group savanna-core
|
|
label-Approved = +0..+1 group savanna-core
|
|
workInProgress = group savanna-core
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
[submit]
|
|
mergeContent = true
|