11788a2e2f
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
14 lines
292 B
Plaintext
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
|