dc32b52f08
Adds support for configuration of DNF repo mirrors for CentOS and EPEL repositories, as well as custom repositories. Adds support for DNF automatic, which is a replacement for yum-cron. Configuration is backwards compatible, falling back to the equivalent yum variables when DNF variables have not been overridden. Change-Id: I8bef5e9c8e1c77c25d6077ff690da8f2cde6a643 Story: 2006574 Task: 38922
20 lines
674 B
Django/Jinja
20 lines
674 B
Django/Jinja
# CentOS-AppStream.repo
|
|
#
|
|
# The mirror system uses the connecting IP address of the client and the
|
|
# update status of each mirror to pick mirrors that are updated to and
|
|
# geographically close to the client. You should use this for CentOS updates
|
|
# unless you are manually picking other mirrors.
|
|
#
|
|
# If the mirrorlist= does not work for you, as a fall back you can try the
|
|
# remarked out baseurl= line instead.
|
|
#
|
|
#
|
|
|
|
[AppStream]
|
|
name=CentOS-$releasever - AppStream
|
|
baseurl=http://{{ dnf_centos_mirror_host }}/{{ dnf_centos_mirror_directory }}/$releasever/AppStream/$basearch/os/
|
|
gpgcheck=1
|
|
enabled=1
|
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
|
|
fastestmirror=0
|