Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
c9s: Pull in odcs-4383
Browse files Browse the repository at this point in the history
Hopefully this fixes #124
I verified at least that compose has the changes from
https://gitlab.com/redhat/centos-stream/release-engineering/pungi-centos/-/merge_requests/537
  • Loading branch information
cgwalters committed Jan 16, 2024
1 parent f3ee0d0 commit e374bcc
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
35 changes: 35 additions & 0 deletions c9s-odcs-4383.repo
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion centos-stream-9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e374bcc

Please sign in to comment.