]> git.ipfire.org Git - thirdparty/mkosi.git/commit
mkosi: properly remove root tree and /var/tmp between first and second build 55/head
authorLennart Poettering <lennart@poettering.net>
Thu, 22 Dec 2016 15:26:02 +0000 (16:26 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 21 Feb 2017 19:40:05 +0000 (20:40 +0100)
commit6a4f560e4e3f9a09dc6643e3ee90088e00afb6ca
treef98c1bc68e05b607113525a7e55214ce6d56cdc3
parent25a47871245d0947aaf2733642465771a31aad71
mkosi: properly remove root tree and /var/tmp between first and second build

Let's make sure to remove both the old OS tree and its /var/tmp file
after the first build finished and we ran the build script inside of it,
but before we start the next iteration.

This fixes "-t directory" builds.
mkosi