]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Add check_config_file=False to all dnf repo definitions 1309/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 17 Jan 2023 12:48:36 +0000 (13:48 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 17 Jan 2023 13:33:34 +0000 (14:33 +0100)
commita4449272e4cfd785570147055a4777c4bb8104e7
tree737ab9faa9f47712ff85fec2c61794385da7845c
parent9d42ffeebae069b343c0de50cdd62f4c47ee1e00
Add check_config_file=False to all dnf repo definitions

By default, dnf will always refresh repository metadata if the timestamp
of the config file has changed. Since we always rewrite the config file,
this will always be the case, so let's make sure we don't refresh the
metadata every time.
mkosi/distributions/fedora.py