#58 make the fedora 25 repos pull from mirrors
Merged 7 years ago by walters. Opened 7 years ago by dustymabe.
dustymabe/fedora-atomic dusty-f25-use-mirrors  into  f25

file modified
+4 -2
@@ -1,7 +1,8 @@ 

  [fedora-25]

  name=Fedora 25 - $basearch

  failovermethod=priority

- baseurl=https://dl.fedoraproject.org/pub/fedora/linux/releases/25/Everything/$basearch/os/

+ #baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/25/Everything/$basearch/os/

+ metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-25&arch=$basearch

  enabled=1

  gpgcheck=0

  gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-25-$basearch
@@ -10,7 +11,8 @@ 

  [fedora-25-updates]

  name=Fedora 25 updates - $basearch

  failovermethod=priority

- baseurl=https://dl.fedoraproject.org/pub/fedora/linux/updates/25/x86_64/

+ #baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/25/$basearch/

+ metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f25&arch=$basearch

  enabled=1

  gpgcheck=0

  gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-25-$basearch

we shouldn't be hitting dl.fp.o for this

Pull-Request has been merged by walters

7 years ago
Metadata