]> git.ipfire.org Git - thirdparty/mkosi.git/commit
opensuse: Use dnf instead of zypper 1536/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 3 May 2023 12:15:22 +0000 (14:15 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 4 May 2023 12:00:03 +0000 (14:00 +0200)
commitdc8560f049b220f3b67ce201acf5e75081ed1c8d
tree526dbc39534198fd620d1e0a8af5c17f38e6b332
parentdd658dfbdb3480b108be4adfeb5a66d256b8aecd
opensuse: Use dnf instead of zypper

Let's reduce the number of package managers we use by using dnf to
build opensuse images.

The only caveat is that extra GPG keys are listed in repomd.xml for
the opensuse repos, so we have to download that file and parse it to
figure out the extra keys that we have to write to the repo configs.
mkosi/distributions/opensuse.py