mirror of
https://github.com/clearlinux/common.git
synced 2026-09-05 13:11:29 +00:00
The new dnf.conf is very similar to the yum.conf, but because the in-tree Mock config specifies to use DNF, we should track a dnf.conf here as well and use it by default. Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
26 lines
427 B
Plaintext
26 lines
427 B
Plaintext
[main]
|
|
cachedir=/var/cache/dnf
|
|
keepcache=1
|
|
debuglevel=1
|
|
logfile=/var/log/dnf.log
|
|
exactarch=1
|
|
obsoletes=1
|
|
gpgcheck=0
|
|
plugins=0
|
|
retries=10
|
|
installonly_limit=3
|
|
reposdir=/root/mash
|
|
|
|
[clear]
|
|
name=Clear
|
|
baseurl=https://cdn.download.clearlinux.org/current/x86_64/os/
|
|
enabled=1
|
|
gpgcheck=0
|
|
|
|
[clear-source]
|
|
name=Clear sources
|
|
failovermethod=priority
|
|
baseurl=https://cdn.download.clearlinux.org/current/source/SRPMS/
|
|
enabled=1
|
|
gpgcheck=0
|