18c5889b1e
The main reason to create this new project is a request from the community in the context of this devstack patch: https://review.openstack.org/#/c/108714/ The objective is to enable devstack to install software (QEMU and libvirt for the time being) from tar releases. The project devstack-plugin-tar-installer will host the devstack plugin which implements this feature. Change-Id: Iddaf12ba79aa70b6045826568319a163e75347b6 Signed-off-by: Michele Paolino <m.paolino@virtualopensystems.com>
16 lines
444 B
Plaintext
16 lines
444 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group devstack-plugin-tar-installer-core
|
|
create = group devstack-plugin-tar-installer-release
|
|
label-Code-Review = -2..+2 group devstack-plugin-tar-installer-core
|
|
label-Workflow = -1..+1 group devstack-plugin-tar-installer-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group devstack-plugin-tar-installer-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|