diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-03-29 10:42:23 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-03-29 13:27:19 +0200 |
commit | 94c9855a1823be6b0a2342ba5a8b57353fa32ea3 (patch) | |
tree | 7dd666c20a9694f7a19606b581caa21c659a8a14 /.gitignore | |
parent | test: Install systemd-networkd-tests.py when install_tests is enabled (diff) | |
download | systemd-94c9855a1823be6b0a2342ba5a8b57353fa32ea3.tar.xz systemd-94c9855a1823be6b0a2342ba5a8b57353fa32ea3.zip |
mkosi: Update to latest
- Drop Netdev= as it was removed in mkosi
- Always install python-psutil in the final image (required for networkd tests)
- Always Install python-pytest in the final image (required for ukify tests)
- Use the narrow glob for all centos python packages
- Drop the networkd mkosi config files (the default image can be used instead)
- Use ".conf" as the mkosi config file suffix everywhere
- Copy src/ to /root/src in the final image and set gdb substitute path in
.gdbinit to make gdb work properly
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 844d67f0a1..1ad0675c4e 100644 --- a/.gitignore +++ b/.gitignore @@ -31,11 +31,10 @@ __pycache__/ /.mkosi-* /mkosi.builddir/ /mkosi.output/ -/mkosi.default /mkosi.installdir/ /mkosi.secure-boot.* # Ignore any mkosi config files with "local" in the name -/mkosi.default.d/**/*local*.conf +/mkosi.conf.d/**/*local*.conf /tags .dir-locals-2.el .vscode/ |