projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
670dfcb
)
mkosi: Don't use InstallDirectory by default
author
Daan De Meyer
<daan.j.demeyer@gmail.com>
Tue, 9 Aug 2022 18:31:29 +0000
(20:31 +0200)
committer
Daan De Meyer
<daan.j.demeyer@gmail.com>
Tue, 9 Aug 2022 18:31:29 +0000
(20:31 +0200)
While this provides some marginal speedup, the disadvantage is
that files are never removed when doing cached builds, which can
sometimes lead to hard to debug issues. So let's not do this by
default.
mkosi.default.d/10-systemd.conf
patch
|
blob
|
history
diff --git
a/mkosi.default.d/10-systemd.conf
b/mkosi.default.d/10-systemd.conf
index 00363e2a9fd6d0dbe685ea4375d2b06f788154d8..8efd1e97fa3265c1599fb2b5936e531671089c75 100644
(file)
--- a/
mkosi.default.d/10-systemd.conf
+++ b/
mkosi.default.d/10-systemd.conf
@@
-13,7
+13,6
@@
OutputDirectory=mkosi.output
[Content]
BuildDirectory=mkosi.builddir
Cache=mkosi.cache
-InstallDirectory=mkosi.installdir
SourceFileTransferFinal=copy-git-others
[Host]