Use separated ACL group for OSprofiler

At the moment OSprofiler has Rally ACL group which is quite bad
because there are actually 2 different groups of people working on
this project.

Change-Id: I745c526e45c1f0a3db0508e6a132c24c883db8b6
This commit is contained in:
Boris Pavlovic 2015-12-15 15:04:22 -08:00
parent e9416a9034
commit de30def9de

View File

@ -1,10 +1,10 @@
[access "refs/heads/*"]
abandon = group rally-core
label-Code-Review = -2..+2 group rally-core
label-Workflow = -1..+1 group rally-core
abandon = group osprofiler-core
label-Code-Review = -2..+2 group osprofiler-core
label-Workflow = -1..+1 group osprofiler-core
[access "refs/tags/*"]
pushSignedTag = group rally-core
pushSignedTag = group osprofiler-release
[receive]
requireChangeId = true