summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-05-23 11:28:02 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-05-23 17:45:50 +0200
commitd4396683860b5aed391a336692bacae71e1007cd (patch)
tree1ec78e1b501f06b67c797058c476426bed127ecf /CHANGELOG.md
parent0e768e18456a99dcb335e81e92bb52293425b91b (diff)
downloadjustbuild-d4396683860b5aed391a336692bacae71e1007cd.tar.gz
Storage config: also specify the location of the execution root
As local execution is tightly coupled to storage, also specify the layout in the storage configuration. In this way, we have a central place specifying the layout of just's cache directory and avoid accidentally getting into conflicting situations. While there, also move the execution root under the generation regime, to ensure that left-over execution directories (e.g., after a forceful termination of the program) eventually get cleaned up by garbage collection.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1b9306a8..ddd7638b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,9 @@ A feature release on top of `1.1.0`, backwards compatible.
- `just-import-git` now supports an option `--plain` to import a
repository without dependencies.
+- Minor changes to the layout of the local build root; in particular,
+ left-over execution directories will eventually get cleaned up
+ by garbage collection.
## Release `1.1.0` (2023-05-19)