]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Allow to mount build sources 292/head
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 21 Nov 2018 09:16:13 +0000 (01:16 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 21 Nov 2018 20:35:06 +0000 (12:35 -0800)
commit2487e793925f1090fa5aaaae1e5375bbc51d4991
treed38368e293a9bcd3b9abf01c540357e5af642965
parent139c40b40b8220585d8a0b7ecb3c5279090c6afb
Allow to mount build sources

This allows us to just mount the build sources into the build image in
order to run the script. By doing this the user may avoid problems with
recursive submodules and at the same time speed up execution for large
trees. This means the user will need to take care of possibly cleaning
up the tree if he wants to make sure he has a clean build.
mkosi