| |
@@ -235,16 +235,16 @@
|
| |
## Hyperscale source repos
|
| |
[centos-hyperscale-source]
|
| |
name=CentOS Stream $releasever - Hyperscale - Source
|
| |
- #metalink=https://mirrors.centos.org/metalink?repo=centos-hyperscale-sig-packages-main-$releasever-stream&arch=source&protocol=https,http
|
| |
- baseurl=http://mirror.stream.centos.org/SIGs/$releasever-stream/hyperscale/source/packages-main/
|
| |
+ metalink=https://mirrors.centos.org/metalink?repo=centos-hyperscale-sig-packages-main-source-$releasever-stream&arch=source&protocol=https,http
|
| |
+ #baseurl=http://mirror.stream.centos.org/SIGs/$releasever-stream/hyperscale/source/packages-main/
|
| |
gpgcheck=1
|
| |
enabled=0
|
| |
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-SIG-HyperScale
|
| |
|
| |
[centos-hyperscale-experimental-source]
|
| |
name=CentOS Stream $releasever - Hyperscale Experimental - Source
|
| |
- #metalink=https://mirrors.centos.org/metalink?repo=centos-hyperscale-sig-packages-experimental-$releasever-stream&arch=source&protocol=https,http
|
| |
- baseurl=http://mirror.stream.centos.org/SIGs/$releasever-stream/hyperscale/source/packages-experimental/
|
| |
+ metalink=https://mirrors.centos.org/metalink?repo=centos-hyperscale-sig-packages-experimental-source-$releasever-stream&arch=source&protocol=https,http
|
| |
+ #baseurl=http://mirror.stream.centos.org/SIGs/$releasever-stream/hyperscale/source/packages-experimental/
|
| |
gpgcheck=1
|
| |
enabled=0
|
| |
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-SIG-HyperScale
|
| |
@@ -252,16 +252,16 @@
|
| |
# These contain packages meant for Facebook use; might not be suitable for general use
|
| |
[centos-hyperscale-facebook-source]
|
| |
name=CentOS Stream $releasever - Hyperscale Facebook - Source
|
| |
- #metalink=https://mirrors.centos.org/metalink?repo=centos-hyperscale-sig-packages-facebook-$releasever-stream&arch=source&protocol=https,http
|
| |
- baseurl=http://mirror.stream.centos.org/SIGs/$releasever-stream/hyperscale/source/packages-facebook/
|
| |
+ metalink=https://mirrors.centos.org/metalink?repo=centos-hyperscale-sig-packages-facebook-source-$releasever-stream&arch=source&protocol=https,http
|
| |
+ #baseurl=http://mirror.stream.centos.org/SIGs/$releasever-stream/hyperscale/source/packages-facebook/
|
| |
gpgcheck=1
|
| |
enabled=0
|
| |
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-SIG-HyperScale
|
| |
|
| |
[centos-hyperscale-spin-source]
|
| |
name=CentOS Stream $releasever - Hyperscale Spin - Source
|
| |
- #metalink=https://mirrors.centos.org/metalink?repo=centos-hyperscale-sig-packages-spin-$releasever-stream&arch=source&protocol=https,http
|
| |
- baseurl=http://mirror.stream.centos.org/SIGs/$releasever-stream/hyperscale/source/packages-spin/
|
| |
+ metalink=https://mirrors.centos.org/metalink?repo=centos-hyperscale-sig-packages-spin-source-$releasever-stream&arch=source&protocol=https,http
|
| |
+ #baseurl=http://mirror.stream.centos.org/SIGs/$releasever-stream/hyperscale/source/packages-spin/
|
| |
gpgcheck=1
|
| |
enabled=0
|
| |
priority=50
|
| |
The metalinks were missing
-source
in the repo names, which is whythey did not work:
Per https://sigs.centos.org/guide/delivery/#centos-stream-9-and-above_1
Verify that metalinks work
Signed-off-by: Michel Alexandre Salim salimma@fedoraproject.org