c9s: Pull in odcs-4383
Hopefully this fixes https://github.com/CentOS/centos-bootc/issues/124 I verified at least that compose has the changes from https://gitlab.com/redhat/centos-stream/release-engineering/pungi-centos/-/merge_requests/537
This commit is contained in:
parent
f3ee0d0e0a
commit
e374bcc51a
|
|
@ -0,0 +1,35 @@
|
||||||
|
[baseos-odcs-4383]
|
||||||
|
name=CentOS Stream 9 development - BaseOS
|
||||||
|
baseurl=https://composes.stream.centos.org/odcs-4383/compose/BaseOS/$basearch/os
|
||||||
|
gpgcheck=0
|
||||||
|
repo_gpgcheck=0
|
||||||
|
enabled=1
|
||||||
|
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Testing
|
||||||
|
priority=1000
|
||||||
|
|
||||||
|
[appstream-odcs-4383]
|
||||||
|
name=CentOS Stream 9 development - AppStream
|
||||||
|
baseurl=https://composes.stream.centos.org/odcs-4383/compose/AppStream/$basearch/os
|
||||||
|
gpgcheck=0
|
||||||
|
repo_gpgcheck=0
|
||||||
|
enabled=1
|
||||||
|
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Testing
|
||||||
|
priority=1000
|
||||||
|
|
||||||
|
[nfv-odcs-4383]
|
||||||
|
name=CentOS Stream 9 development - NFV
|
||||||
|
baseurl=https://composes.stream.centos.org/odcs-4383/compose/NFV/$basearch/os
|
||||||
|
gpgcheck=0
|
||||||
|
repo_gpgcheck=0
|
||||||
|
enabled=1
|
||||||
|
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Testing
|
||||||
|
priority=1000
|
||||||
|
|
||||||
|
[rt-odcs-4383]
|
||||||
|
name=CentOS Stream 9 development - RT
|
||||||
|
baseurl=https://composes.stream.centos.org/odcs-4383/compose/RT/$basearch/os
|
||||||
|
gpgcheck=0
|
||||||
|
repo_gpgcheck=0
|
||||||
|
enabled=1
|
||||||
|
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Testing
|
||||||
|
priority=1000
|
||||||
|
|
@ -9,8 +9,10 @@ repos:
|
||||||
# TODO make a container that tracks this too
|
# TODO make a container that tracks this too
|
||||||
- baseos-devel
|
- baseos-devel
|
||||||
- appstream-devel
|
- appstream-devel
|
||||||
|
- appstream-odcs-4383
|
||||||
|
|
||||||
repo-packages:
|
repo-packages:
|
||||||
- repo: appstream-devel
|
- repo: appstream-odcs-4383
|
||||||
|
# To fix https://github.com/CentOS/centos-bootc/issues/124
|
||||||
packages:
|
packages:
|
||||||
- bootupd
|
- bootupd
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue