_ops: use shared mkosi cache in user's home ".cache" This is to minimize duplicate files and allow us to find or grep files without excluding certains directory.
3 files changed, 2 insertions(+), 4 deletions(-) M _ops/awwan-test/mkosi.conf M _ops/awwan-tour/mkosi.conf D _ops/mkosi.cache/.gitignore
M _ops/awwan-test/mkosi.conf => _ops/awwan-test/mkosi.conf +1 -1
@@ 1,5 1,5 @@ [Output] CacheDirectory=../mkosi.cache/ CacheDirectory=~/.cache/mkosi/ Format=tar Output=awwan-test OutputDirectory=/data/awwan/
M _ops/awwan-tour/mkosi.conf => _ops/awwan-tour/mkosi.conf +1 -1
@@ 1,5 1,5 @@ [Output] CacheDirectory=../mkosi.cache/ CacheDirectory=~/.cache/mkosi/ Format=tar Output=awwan-tour OutputDirectory=/data/awwan/
D _ops/mkosi.cache/.gitignore => _ops/mkosi.cache/.gitignore +0 -2