Add kernel SIG profile to empanadas

This commit is contained in:
Louis Abel 2023-07-27 12:37:22 -07:00
parent 3c4355e428
commit 9c7097c5a0
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,49 @@
---
kernel:
'8':
profile: 'kernel'
project_id: '13172560-6e5d-4e65-ae71-750f99096856'
addtional_dirs: []
repo:
kernel-lts:
allowed_arches:
- aarch64
- x86_64
kernel-mainline:
allowed_arches:
- aarch64
- x86_64
extra_files:
git_repo: 'https://git.rockylinux.org/staging/src/rocky-release-kernel.git'
git_raw_path: 'https://git.rockylinux.org/staging/src/rocky-release-kernel/-/raw/r8/'
branch: 'r8'
gpg:
stable: 'SOURCES/RPM-GPG-KEY-Rocky-SIG-Kernel'
list:
- 'SOURCES/RPM-GPG-KEY-Rocky-SIG-Kernel'
'9':
profile: 'kernel'
project_id: '708f99fe-7e89-4241-959a-4ff259786b4a'
addtional_dirs: []
repo:
kernel-lts:
allowed_arches:
- aarch64
- x86_64
- ppc64le
- s390x
kernel-mainline:
allowed_arches:
- aarch64
- x86_64
- ppc64le
- s390x
extra_files:
git_repo: 'https://git.rockylinux.org/staging/src/rocky-release-kernel.git'
git_raw_path: 'https://git.rockylinux.org/staging/src/rocky-release-kernel/-/raw/r9/'
branch: 'r9'
gpg:
stable: 'SOURCES/RPM-GPG-KEY-Rocky-SIG-Kernel'
list:
- 'SOURCES/RPM-GPG-KEY-Rocky-SIG-Kernel'
...