0d066f954d
Now that we have a fix in place for Gerrit's tag signature detection regression, remove the unsafe permission for pushing unsigned tags to return everything to the state we had prior to the 3.4 upgrade. Change-Id: Ia9afb5fb4be311cca59d3e1cf3b7bc611184fe15
22 lines
666 B
Plaintext
22 lines
666 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group collectd-openstack-plugins-core
|
|
create = group collectd-openstack-plugins-release
|
|
label-Code-Review = -2..+2 group collectd-openstack-plugins-core
|
|
label-Workflow = -1..+1 group collectd-openstack-plugins-core
|
|
|
|
[access "refs/heads/stable/*"]
|
|
exclusiveGroupPermissions = label-Workflow
|
|
label-Workflow = -1..+0 group Change Owner
|
|
label-Workflow = -1..+1 group Project Bootstrappers
|
|
label-Workflow = -1..+1 group collectd-openstack-plugins-release
|
|
|
|
[access "refs/tags/*"]
|
|
createSignedTag = group collectd-openstack-plugins-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|