Blame fedora-updates-archive.repo

51f622a
# This is a repo that contains all the old update packages from the
51f622a
# Fedora updates yum repository (i.e. the packages that have made it
51f622a
# to "stable"). This repo is needed for OSTree based systems where users
51f622a
# may be trying to layer packages on top of a base layer that doesn't
51f622a
# have the latest stable content. Since base layer content is locked
51f622a
# the package layering operation will fail unless there are older versions
51f622a
# of packages available.
51f622a
#
51f622a
# This repo is given a high cost in order to prefer the normal Fedora
51f622a
# yum repositories, which means only packages that can't be found
51f622a
# elsewhere will be downloaded from here.
51f622a
[updates-archive]
51f622a
name=Fedora $releasever - $basearch - Updates Archive
51f622a
baseurl=https://fedoraproject-updates-archive.fedoraproject.org/fedora/$releasever/$basearch/
51f622a
enabled=0
51f622a
metadata_expire=6h
51f622a
repo_gpgcheck=0
51f622a
type=rpm
51f622a
gpgcheck=1
51f622a
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
51f622a
skip_if_unavailable=True
51f622a
cost=10000 # default is 1000