diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-10-28 10:37:16 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-10-28 12:30:18 +0200 |
commit | f756bcdf17915ffb3b8e3e21b4aa2b53ccaaac1a (patch) | |
tree | 521385c59d35f72698a9db7fc74de762c94ee6c8 /mkosi.conf.d | |
parent | Merge pull request #29740 from YHNdnzj/sleep-round-four (diff) | |
download | systemd-f756bcdf17915ffb3b8e3e21b4aa2b53ccaaac1a.tar.xz systemd-f756bcdf17915ffb3b8e3e21b4aa2b53ccaaac1a.zip |
mkosi: Use cache and build subdirectories
Next release of mkosi will not use subdirectories under the cache
and build directory by default anymore, so let's make sure we already
start creating those ourselves.
Diffstat (limited to 'mkosi.conf.d')
-rw-r--r-- | mkosi.conf.d/10-systemd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mkosi.conf.d/10-systemd.conf b/mkosi.conf.d/10-systemd.conf index 883ffc9cf2..02dfbedbe8 100644 --- a/mkosi.conf.d/10-systemd.conf +++ b/mkosi.conf.d/10-systemd.conf @@ -5,8 +5,8 @@ Presets=system [Output] OutputDirectory=mkosi.output -BuildDirectory=mkosi.builddir -CacheDirectory=mkosi.cache +CacheDirectory=mkosi.cache/%d~%r~%a +BuildDirectory=mkosi.builddir/%d~%r~%a [Content] # Prevent ASAN warnings when building the image and ship the real ASAN options prefixed with MKOSI_. |