dnf-json: Remove custom dnf cache directory

When osbuild-composer is run as systemd service, we don't want to write
anything into working directory. Currently, we write dnf cache into it.
Instead, let's just use the default dnf cache directory.
This commit is contained in:
Ondřej Budai 2019-10-14 09:34:34 +02:00 committed by Tom Gundersen
parent 8644213bb7
commit deb763c13b

View file

@ -24,7 +24,6 @@ except IndexError:
base = dnf.Base()
base.conf.cachedir = "./dnf-cache"
base.conf.substitutions["releasever"] = "30"
base.conf.substitutions["basearch"] = "x86_64"