Skip to content

Commit

Permalink
rpm: Use mirrored RPM repos for passt
Browse files Browse the repository at this point in the history
COPR purges old builds somewhat aggressively, and using the
official mirror means we're less likely to see packages
disappear.

Note that passt is already in Fedora and should be added to
CentOS Stream 9 shortly, at which point we will no longer need
to use custom RPM repos for it.

Suggested-by: Alona Paz <[email protected]>
Signed-off-by: Andrea Bolognani <[email protected]>
  • Loading branch information
andreabolognani committed Oct 27, 2022
1 parent e25d36b commit 41f0f03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rpm/repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ repositories:
name: centos/stream9-crb-x86_64
gpgkey: https://www.centos.org/keys/RPM-GPG-KEY-CentOS-Official
- arch: x86_64
baseurl: https://download.copr.fedorainfracloud.org/results/sbrivio/passt/centos-stream-9-x86_64
baseurl: https://passt.top/builds/copr/0%5E20221026.gf212044/centos-stream-9-x86_64/
name: centos/stream9-passt-x86_64
gpgkey: https://download.copr.fedorainfracloud.org/results/sbrivio/passt/pubkey.gpg
gpgkey: https://passt.top/builds/copr/0%5E20221026.gf212044/pubkey.gpg
- arch: aarch64
baseurl: http://mirror.stream.centos.org/9-stream/BaseOS/aarch64/os/
name: centos/stream9-baseos-aarch64
Expand All @@ -28,6 +28,6 @@ repositories:
name: centos/stream9-crb-aarch64
gpgkey: https://www.centos.org/keys/RPM-GPG-KEY-CentOS-Official
- arch: aarch64
baseurl: https://download.copr.fedorainfracloud.org/results/sbrivio/passt/centos-stream-9-aarch64
baseurl: https://passt.top/builds/copr/0%5E20221026.gf212044/centos-stream-9-aarch64/
name: centos/stream9-passt-aarch64
gpgkey: https://download.copr.fedorainfracloud.org/results/sbrivio/passt/pubkey.gpg
gpgkey: https://passt.top/builds/copr/0%5E20221026.gf212044/pubkey.gpg

0 comments on commit 41f0f03

Please sign in to comment.