]> git.ipfire.org Git - thirdparty/mkosi.git/commit
pacman: Make sure repositories from dropins take priority 3275/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 13 Dec 2024 11:58:16 +0000 (12:58 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 13 Dec 2024 13:27:14 +0000 (14:27 +0100)
commita32b8097e243ce1df68acc222f539d4be65a2449
tree8cef24ffcaa34a54edf3644e55155aacce46ed17
parent8343ba3891f29992589e8680718d24704d717dbb
pacman: Make sure repositories from dropins take priority

When multiple repositories ship the same package, the repository
defined first in the pacman config file takes priority. Let's make
sure user defined repositories take priority over the ones defined
in mkosi by moving the Include= statement up a little in the config
file.
mkosi/installer/pacman.py