
It's really strange but gerrit doesn't accept the "refs/tags/2014.1.*" refs, but it works ok with "^refs/tags/2014.1.*". Change-Id: Icc5b8619c36c190e30072775c9c6f889f286f19e
28 lines
772 B
Plaintext
28 lines
772 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group sahara-core
|
|
create = group sahara-milestone
|
|
label-Code-Review = -2..+2 group sahara-core
|
|
label-Workflow = -1..+1 group sahara-core
|
|
|
|
[access "refs/heads/proposed/*"]
|
|
abandon = group sahara-milestone
|
|
label-Code-Review = -2..+2 group sahara-milestone
|
|
label-Workflow = -1..+1 group sahara-milestone
|
|
|
|
[access "refs/heads/stable/icehouse"]
|
|
abandon = group sahara-core
|
|
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
|
|
label-Code-Review = -2..+2 group sahara-core
|
|
label-Code-Review = -1..+1 group Registered Users
|
|
label-Workflow = -1..+1 group sahara-core
|
|
|
|
[access "^refs/tags/2014.1.*"]
|
|
pushSignedTag = group sahara-ptl
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|