mirror of
https://github.com/kubevirt/containerized-data-importer.git
synced 2025-06-03 06:30:22 +00:00

* Bump bazeldnf for caret sanitizing in URL Trying to bump deps results in ``` Error in repository_rule: invalid repository name 'passt-0__0^20250320.g32f6212-1.el9.x86_64': workspace names may contain only A-Z, a-z, 0-9, '-', '_' and '.' ``` This is fixed in https://github.com/rmohr/bazeldnf/pull/25. Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> * clean up dead repos nsoffer isn't needed since everything exists in proper ovirt arm64 no longer exists on the regular ovirt repo, adjusting Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> * run make rpm-deps Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> --------- Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
33 lines
1.6 KiB
YAML
33 lines
1.6 KiB
YAML
repositories:
|
|
- arch: x86_64
|
|
baseurl: http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/
|
|
name: centos/stream9-baseos-x86_64
|
|
gpgkey: https://www.stream.centos.org/keys/RPM-GPG-KEY-CentOS-Official
|
|
- arch: x86_64
|
|
baseurl: http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/
|
|
name: centos/stream9-appstream-x86_64
|
|
gpgkey: https://www.stream.centos.org/keys/RPM-GPG-KEY-CentOS-Official
|
|
- arch: x86_64
|
|
baseurl: https://download.copr.fedorainfracloud.org/results/ovirt/ovirt-master-snapshot/centos-stream-9-x86_64/
|
|
name: ovirt-master-snapshot
|
|
gpgkey: https://download.copr.fedorainfracloud.org/results/ovirt/ovirt-master-snapshot/pubkey.gpg
|
|
- arch: aarch64
|
|
baseurl: http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/
|
|
name: centos/stream9-baseos-aarch64
|
|
gpgkey: https://www.stream.centos.org/keys/RPM-GPG-KEY-CentOS-Official
|
|
- arch: aarch64
|
|
baseurl: http://mirror.stream.centos.org/9-stream/AppStream/aarch64/os/
|
|
name: centos/stream9-appstream-aarch64
|
|
gpgkey: https://www.stream.centos.org/keys/RPM-GPG-KEY-CentOS-Official
|
|
- arch: aarch64
|
|
baseurl: https://mirror.stream.centos.org/SIGs/9-stream/virt/aarch64/ovirt-45/
|
|
name: ovirt-master-snapshot-aarch64
|
|
- arch: s390x
|
|
baseurl: http://mirror.stream.centos.org/9-stream/BaseOS/s390x/os/
|
|
name: centos/stream9-baseos-s390x
|
|
gpgkey: https://www.stream.centos.org/keys/RPM-GPG-KEY-CentOS-Official
|
|
- arch: s390x
|
|
baseurl: http://mirror.stream.centos.org/9-stream/AppStream/s390x/os/
|
|
name: centos/stream9-appstream-s390x
|
|
gpgkey: https://www.stream.centos.org/keys/RPM-GPG-KEY-CentOS-Official
|