summaryrefslogtreecommitdiffstats
path: root/mkosi.functions
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-10-28 21:12:19 +0100
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-10-29 11:28:47 +0100
commit7aea1c9e80f20a9bde573b88125a884b9a0ec79f (patch)
tree430ed21049c283f1b88212f3b93cc6f8796f98b4 /mkosi.functions
parentMerge pull request #34391 from poettering/dns-long-label-fix (diff)
downloadsystemd-7aea1c9e80f20a9bde573b88125a884b9a0ec79f.tar.xz
systemd-7aea1c9e80f20a9bde573b88125a884b9a0ec79f.zip
mkosi: Move copying packages to the output directory to the postinst script
Now that we have the mkosi.clangd script to run clangd from the mkosi build script, it becomes clear that doing cleanup with mkosi.clean has a big gap in that we always run the mkosi.clean script and thus we also run it when we run the mkosi.clangd script, causing the previously built packages to be removed when we run clangd without producing new ones. In mkosi we're improving the situation by only running clean scripts when we clean up the output directory and disallowing writing to the output directory from build scripts. Let's adapt systemd to these changes by moving the copying of packages to the output directory to the postinst script.
Diffstat (limited to 'mkosi.functions')
-rw-r--r--mkosi.functions2
1 files changed, 0 insertions, 2 deletions
diff --git a/mkosi.functions b/mkosi.functions
index 993f2e8a39..c1a4a1dee5 100644
--- a/mkosi.functions
+++ b/mkosi.functions
@@ -52,6 +52,4 @@ EOF
--copy-source="$1" \
--pretty=no \
"$BUILDDIR"/systemd.raw
-
- cp "$BUILDDIR"/systemd.raw "$OUTPUTDIR"
}