Add virtualization (virt) repo to StarlingX
This new repository will be the new place to store code related to StarlingX virtualization packages and tools. It will be the result of splitting the virt directory from starlingx/integ in order to separate the virtualization stack from it. Signed-off-by: Thales Elero Cervi <thaleselero.cervi@windriver.com> Change-Id: I3195abfc9ef5b156b5a8591b1d6b595c76081658changes/76/879076/4
parent
9660ec9f19
commit
fa0b4305eb
@ -0,0 +1,18 @@
|
||||
[access "refs/for/refs/*"]
|
||||
pushMerge = group starlingx-release
|
||||
|
||||
[access "refs/heads/*"]
|
||||
abandon = group starlingx-virt-core
|
||||
create = group starlingx-release
|
||||
label-Code-Review = -2..+2 group starlingx-virt-core
|
||||
label-Workflow = -1..+1 group starlingx-virt-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
createSignedTag = group starlingx-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = True
|
Loading…
Reference in New Issue