
daisycloud is an installer which provides automated deployment and management of OpenStack and other distributed systems. daisycloud is an open source project (https://github.com/opendaisy) and has been used widely by our customers already. To attract more developers to join us, we would like to take the advantages of using the OpenStack tool-chain and development infrastructure. daisycloud-core is the core module project of daisycloud. Change-Id: I10af17adb8510848ef6148527cc3cd7713104087 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
16 lines
374 B
Plaintext
16 lines
374 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group daisycloud-core-core
|
|
create = group daisycloud-core-release
|
|
label-Code-Review = -2..+2 group daisycloud-core-core
|
|
label-Workflow = -1..+1 group daisycloud-core-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group daisycloud-core-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|