add fasttrack and security profiles

This commit is contained in:
Louis Abel 2023-08-31 13:58:28 -07:00
parent c656810fba
commit 24200e2740
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 78 additions and 0 deletions

View File

@ -0,0 +1,39 @@
---
fasttrack:
'8':
profile: 'fasttrack'
project_id: ''
addtional_dirs: []
repo:
fasttrack-common:
allowed_arches:
- x86_64
- aarch64
extra_files:
git_repo: 'https://git.rockylinux.org/staging/src/rocky-release-fasttrack.git'
git_raw_path: 'https://git.rockylinux.org/staging/src/rocky-release-fasttrack/-/raw/r8/'
branch: 'r8'
gpg:
stable: 'SOURCES/RPM-GPG-KEY-Rocky-SIG-FastTrack'
list:
- 'SOURCES/RPM-GPG-KEY-Rocky-SIG-FastTrack'
'9':
profile: 'fasttrack'
project_id: ''
addtional_dirs: []
repo:
fasttrack-common:
allowed_arches:
- x86_64
- aarch64
- ppc64le
- s390x
extra_files:
git_repo: 'https://git.rockylinux.org/staging/src/rocky-release-fasttrack.git'
git_raw_path: 'https://git.rockylinux.org/staging/src/rocky-release-fasttrack/-/raw/r9/'
branch: 'r9'
gpg:
stable: 'SOURCES/RPM-GPG-KEY-Rocky-SIG-FastTrack'
list:
- 'SOURCES/RPM-GPG-KEY-Rocky-SIG-FastTrack'
...

View File

@ -0,0 +1,39 @@
---
security:
'8':
profile: 'security'
project_id: '41baa8a8-7dbe-46fe-9f0b-4e2420372bbc'
addtional_dirs: []
repo:
security-common:
allowed_arches:
- x86_64
- aarch64
extra_files:
git_repo: 'https://git.rockylinux.org/staging/src/rocky-release-security.git'
git_raw_path: 'https://git.rockylinux.org/staging/src/rocky-release-security/-/raw/r8/'
branch: 'r8'
gpg:
stable: 'SOURCES/RPM-GPG-KEY-Rocky-SIG-Security'
list:
- 'SOURCES/RPM-GPG-KEY-Rocky-SIG-Security'
'9':
profile: 'security'
project_id: '041a90b2-51f5-44a4-8be8-b2905c1ad95b'
addtional_dirs: []
repo:
security-common:
allowed_arches:
- x86_64
- aarch64
- ppc64le
- s390x
extra_files:
git_repo: 'https://git.rockylinux.org/staging/src/rocky-release-security.git'
git_raw_path: 'https://git.rockylinux.org/staging/src/rocky-release-security/-/raw/r9/'
branch: 'r9'
gpg:
stable: 'SOURCES/RPM-GPG-KEY-Rocky-SIG-Security'
list:
- 'SOURCES/RPM-GPG-KEY-Rocky-SIG-Security'
...