diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-22 20:20:18 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-22 20:21:54 +0700 |
| commit | 4d4a9269271fe45acb2a05b7c6d07f52babcdd9e (patch) | |
| tree | a3e25c4383c302dd5314f34f0c6af08c0bfb4645 /_ops/awwan-test | |
| parent | 4256714958ea08c922a4f044225053e35385d451 (diff) | |
| download | awwan-4d4a9269271fe45acb2a05b7c6d07f52babcdd9e.tar.xz | |
_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.
Diffstat (limited to '_ops/awwan-test')
| -rw-r--r-- | _ops/awwan-test/mkosi.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_ops/awwan-test/mkosi.conf b/_ops/awwan-test/mkosi.conf index bf98c4d..463ef2a 100644 --- a/_ops/awwan-test/mkosi.conf +++ b/_ops/awwan-test/mkosi.conf @@ -1,5 +1,5 @@ [Output] -CacheDirectory=../mkosi.cache/ +CacheDirectory=~/.cache/mkosi/ Format=tar Output=awwan-test OutputDirectory=/data/awwan/ |
