c61b0fe5ed
Tomograph is a library specifically designed to make it easy to add monitoring and metrics code to openstack. It's being used by the Rally project. They requested we put it on stackforge so they get consistent packaging and code review for it. Change-Id: I34aa8a1593e5102161bd4b347d9c1ec763ec53a2
13 lines
400 B
Plaintext
13 lines
400 B
Plaintext
[access "refs/heads/*"]
|
|
label-Code-Review = -2..+2 group tomograph-core
|
|
label-Approved = +0..+1 group tomograph-core
|
|
workInProgress = group tomograph-core
|
|
[access "refs/tags/*"]
|
|
create = group tomograph-core
|
|
pushTag = group tomograph-core
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
[submit]
|
|
mergeContent = true
|