From e374bcc51ad77408c3b14036b3907c453a59b172 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 16 Jan 2024 10:56:47 -0500 Subject: [PATCH] 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 --- c9s-odcs-4383.repo | 35 +++++++++++++++++++++++++++++++++++ centos-stream-9.yaml | 4 +++- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 c9s-odcs-4383.repo diff --git a/c9s-odcs-4383.repo b/c9s-odcs-4383.repo new file mode 100644 index 00000000..294b578f --- /dev/null +++ b/c9s-odcs-4383.repo @@ -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 diff --git a/centos-stream-9.yaml b/centos-stream-9.yaml index 47491908..e6c6025d 100644 --- a/centos-stream-9.yaml +++ b/centos-stream-9.yaml @@ -9,8 +9,10 @@ repos: # TODO make a container that tracks this too - baseos-devel - appstream-devel + - appstream-odcs-4383 repo-packages: - - repo: appstream-devel + - repo: appstream-odcs-4383 + # To fix https://github.com/CentOS/centos-bootc/issues/124 packages: - bootupd