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: Ia64a1224b97caa52ee94e072016ae4cde6c7f601
This commit is contained in:
parent
ed6db55bfc
commit
f30f6c536f
18
gerrit/acls/starlingx/public-keys.config
Normal file
18
gerrit/acls/starlingx/public-keys.config
Normal file
@ -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
|
@ -6435,6 +6435,11 @@
|
||||
use-storyboard: true
|
||||
groups:
|
||||
- starlingx
|
||||
- project: starlingx/public-keys
|
||||
description: StarlingX Public Keys and Certs
|
||||
use-storyboard: true
|
||||
groups:
|
||||
- starlingx
|
||||
- project: starlingx/rook-ceph
|
||||
description: StarlingX Rook Storage Application
|
||||
use-storyboard: true
|
||||
|
@ -1042,6 +1042,7 @@
|
||||
- starlingx/platform-armada-app
|
||||
- starlingx/portieris-armada-app
|
||||
- starlingx/ptp-notification-armada-app
|
||||
- starlingx/public-keys
|
||||
- starlingx/rook-ceph
|
||||
- starlingx/root
|
||||
- starlingx/SDO-rv-service
|
||||
|
Loading…
Reference in New Issue
Block a user