49066b2b56
Add the new repositories for Kite (KDS) and kiteclient to gerrit and jenkins. Currently the project lives within the Keystone repository and should be split out into it's own repository to ensure there are no conflicts and a clean delineation between the code bases. This has been discussed with the Keystone and Barbican teams and determined that it should live in it's own repository under the ownership of the Barbican team. Change-Id: I0f4cf0b343d956e83e2ed85b44e03b6e3e1e5873
18 lines
584 B
Plaintext
18 lines
584 B
Plaintext
[access "refs/heads/*"]
|
|
label-Code-Review = -2..+2 group barbican-core
|
|
label-Approved = +0..+1 group barbican-core
|
|
workInProgress = group barbican-core
|
|
[access "refs/heads/milestone-proposed"]
|
|
label-Code-Review = -2..+2 group barbican-milestone
|
|
label-Approved = +0..+1 group barbican-milestone
|
|
[access "refs/tags/*"]
|
|
create = group barbican-ptl
|
|
pushTag = group barbican-ptl
|
|
[project]
|
|
state = active
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
[submit]
|
|
mergeContent = true
|