~shulhan/awwan

4d4a9269271fe45acb2a05b7c6d07f52babcdd9e — Shulhan 8 months ago 4256714
_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
@@ 1,2 0,0 @@
*
!/.gitignore