ac9c3c1635
During provisioning, PAPR injects a fedora.repo pointing at a much better & faster mirror than dl.fp.o. Let's use that to make the compose test less flaky. Hoping to make these sorts of optimizations more discoverable in upstream PAPR. Closes: #799 Approved by: cgwalters
10 lines
350 B
Plaintext
10 lines
350 B
Plaintext
[fedora]
|
|
#when bumping 25 here, also bump fedora-base.json, compose script, and .papr.yml
|
|
name=Fedora 25 (devel) - $basearch
|
|
failovermethod=priority
|
|
baseurl=https://dl.fedoraproject.org/pub/fedora/linux/releases/25/Everything/$basearch/os/
|
|
enabled=1
|
|
gpgcheck=0
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-25-$basearch
|
|
skip_if_unavailable=False
|