project-config/gerrit/acls/openstack-infra/log_processor.config
K Jonathan Harker 11788a2e2f Create openstack-infra/log_processor project
Create a project for the python files currently managed in
openstack-infra/puppet-log_processor. These scripts have grown to the
point were they should be made a proper python module. The scripts have
been copied to github.com/jesusaurus/log_processor preserving git
history using git-filter-branch.

Change-Id: I365e9272101f87761533169700193e6d19d2741a
2015-11-20 11:17:33 -08:00

14 lines
292 B
Plaintext

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