Gerry Tool wrote:
How do I learn which mirror I am using? Yum update doesn't display that.
If I look in /etc/yum.repos.d, the only repo that is enabled is
fedora-rawhide.repo, and it has the following lines:
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/development/$basearch/os/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
enabled=1
Try the following command:
GET
http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide\&arch=$(uname
-i)|grep -v ^#|head -n 1
Since mirrors are rotated in that list - run it twice.
The URL you'll get is right unless you
- are using yum-fastestmirror plugin
- set failovermethod=roundrobin option for that repo
--
fedora-test-list mailing list
fedora-test-list@xxxxxxxxxx
To unsubscribe:
https://www.redhat.com/mailman/listinfo/fedora-test-list