Create a git for the storage of public keys and certificates
StarlingX needs a centralized place to store it's public keys and certificates, rather than having them sattered throughout the source code. Story: 2009221 Task: 47097 Signed-off-by: Scott Little <scott.little@windriver.com> Change-Id: Ia64a1224b97caa52ee94e072016ae4cde6c7f601changes/58/872758/2
parent
ed6db55bfc
commit
f30f6c536f
@ -0,0 +1,18 @@
|
||||
[access "refs/for/refs/*"]
|
||||
pushMerge = group starlingx-release
|
||||
|
||||
[access "refs/heads/*"]
|
||||
abandon = group starlingx-public-keys-core
|
||||
create = group starlingx-release
|
||||
label-Code-Review = -2..+2 group starlingx-public-keys-core
|
||||
label-Workflow = -1..+1 group starlingx-public-keys-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
createSignedTag = group starlingx-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = True
|
Loading…
Reference in New Issue