mirror of
https://github.com/clearlinux/common.git
synced 2026-05-13 18:44:07 +00:00
DNF doesn't fall back to /var/tmp if it cannot write to the cachedir location specified in dnf.conf (unlike YUM). Removing the explicit cachedir setting in dnf.conf enables the fallback behavior, which we will need for autospec use. Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
25 lines
403 B
Plaintext
25 lines
403 B
Plaintext
[main]
|
|
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
|