]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Revert "mkosi: Use cache and build subdirectories"
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 6 Nov 2023 18:24:00 +0000 (19:24 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 6 Nov 2023 19:10:34 +0000 (20:10 +0100)
We're not going ahead with the corresponding change in mkosi
after all so revert the preparatory change in systemd as well.

This reverts commit f756bcdf17915ffb3b8e3e21b4aa2b53ccaaac1a.

mkosi.conf.d/10-systemd.conf

index 02dfbedbe85d7a404b2a1969758406e5167a04d0..883ffc9cf261129483eda7fa04aaf2d44e43e182 100644 (file)
@@ -5,8 +5,8 @@ Presets=system
 
 [Output]
 OutputDirectory=mkosi.output
-CacheDirectory=mkosi.cache/%d~%r~%a
-BuildDirectory=mkosi.builddir/%d~%r~%a
+BuildDirectory=mkosi.builddir
+CacheDirectory=mkosi.cache
 
 [Content]
 # Prevent ASAN warnings when building the image and ship the real ASAN options prefixed with MKOSI_.