toolkit/iso/empanadas/empanadas/configs/el9.yaml

154 lines
3.5 KiB
YAML
Raw Normal View History

2022-05-20 08:13:57 +00:00
---
'9':
fullname: 'Rocky Linux 9.0'
2022-05-20 08:13:57 +00:00
revision: '9.0'
rclvl: 'RC2'
2022-06-17 06:25:17 +00:00
major: '9'
minor: '0'
profile: '9'
2022-06-15 20:53:12 +00:00
bugurl: 'https://bugs.rockylinux.org'
checksum: 'sha256'
fedora_major: '20'
2022-05-20 08:13:57 +00:00
allowed_arches:
- x86_64
- aarch64
- ppc64le
- s390x
provide_multilib: True
project_id: '55b17281-bc54-4929-8aca-a8a11d628738'
repo_symlinks:
2022-05-20 08:13:57 +00:00
NFV: 'nfv'
renames:
2022-06-11 15:03:03 +00:00
all: 'devel'
2022-05-20 08:13:57 +00:00
all_repos:
- 'all'
2022-05-20 08:13:57 +00:00
- 'BaseOS'
- 'AppStream'
2022-05-22 06:20:15 +00:00
- 'CRB'
2022-05-20 08:13:57 +00:00
- 'HighAvailability'
- 'ResilientStorage'
- 'RT'
- 'NFV'
- 'SAP'
- 'SAPHANA'
- 'extras'
- 'plus'
structure:
packages: 'os/Packages'
repodata: 'os/repodata'
iso_map:
2022-06-27 07:07:39 +00:00
xorrisofs: True
2022-06-23 22:29:22 +00:00
iso_level: False
images:
dvd:
disc: True
2022-06-24 22:37:32 +00:00
variant: 'AppStream'
repos:
- 'BaseOS'
- 'AppStream'
minimal:
disc: True
2022-06-24 22:37:32 +00:00
isoskip: True
repos:
- 'minimal'
- 'BaseOS'
variant: 'minimal'
2022-07-14 03:01:23 +00:00
volname: 'dvd'
2022-06-24 22:37:32 +00:00
BaseOS:
disc: False
2022-06-24 22:37:32 +00:00
isoskip: True
variant: 'BaseOS'
repos:
- 'BaseOS'
- 'AppStream'
2022-06-24 22:37:32 +00:00
lorax:
repos:
- 'BaseOS'
- 'AppStream'
variant: 'BaseOS'
lorax_removes:
- 'libreport-rhel-anaconda-bugzilla'
required_pkgs:
- 'lorax'
- 'genisoimage'
- 'isomd5sum'
- 'lorax-templates-rhel'
- 'lorax-templates-generic'
2022-06-27 07:07:39 +00:00
- 'xorriso'
cloudimages:
2022-07-07 06:23:07 +00:00
images:
EC2:
format: raw
GenericCloud:
format: qcow2
livemap:
git_repo: 'https://git.resf.org/sig_core/kickstarts.git'
2022-07-06 14:44:37 +00:00
branch: 'r9'
ksentry:
2022-07-06 14:44:37 +00:00
Workstation: rocky-live-workstation.ks
Workstation-Lite: rocky-live-workstation-lite.ks
XFCE: rocky-live-xfce.ks
KDE: rocky-live-kde.ks
2022-09-12 02:04:49 +00:00
MATE: rocky-live-mate.ks
allowed_arches:
- x86_64
2022-08-23 20:44:17 +00:00
- aarch64
required_pkgs:
- 'lorax-lmc-novirt'
- 'vim-minimal'
- 'pykickstart'
- 'git'
2022-07-11 08:06:26 +00:00
variantmap:
git_repo: 'https://git.rockylinux.org/rocky/pungi-rocky.git'
branch: 'r9'
git_raw_path: 'https://git.rockylinux.org/rocky/pungi-rocky/-/raw/r9/'
2022-05-26 04:39:26 +00:00
repoclosure_map:
2022-05-29 02:28:29 +00:00
arches:
2022-06-09 03:09:07 +00:00
x86_64: '--forcearch=x86_64 --arch=x86_64 --arch=athlon --arch=i686 --arch=i586 --arch=i486 --arch=i386 --arch=noarch'
aarch64: '--forcearch=aarch64 --arch=aarch64 --arch=noarch'
ppc64le: '--forcearch=ppc64le --arch=ppc64le --arch=noarch'
s390x: '--forcearch=s390x --arch=s390x --arch=noarch'
2022-05-29 02:28:29 +00:00
repos:
2022-06-11 15:03:03 +00:00
devel: []
2022-05-29 02:28:29 +00:00
BaseOS: []
AppStream:
- BaseOS
CRB:
- BaseOS
- AppStream
HighAvailability:
- BaseOS
- AppStream
ResilientStorage:
- BaseOS
- AppStream
RT:
- BaseOS
- AppStream
NFV:
- BaseOS
- AppStream
SAP:
- BaseOS
- AppStream
- HighAvailability
SAPHANA:
- BaseOS
- AppStream
- HighAvailability
extra_files:
git_repo: 'https://git.rockylinux.org/staging/src/rocky-release.git'
2022-06-12 09:19:20 +00:00
git_raw_path: 'https://git.rockylinux.org/staging/src/rocky-release/-/raw/r9/'
branch: 'r9'
gpg:
stable: 'SOURCES/RPM-GPG-KEY-Rocky-9'
testing: 'SOURCES/RPM-GPG-KEY-Rocky-9-Testing'
list:
2022-06-17 05:55:07 +00:00
- 'SOURCES/Contributors'
- 'SOURCES/COMMUNITY-CHARTER'
- 'SOURCES/EULA'
- 'SOURCES/LICENSE'
- 'SOURCES/RPM-GPG-KEY-Rocky-9'
- 'SOURCES/RPM-GPG-KEY-Rocky-9-Testing'
2022-05-20 08:13:57 +00:00
...