From ba28beba51ff7d495e5165471b96f7496bf585c2 Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Thu, 13 Jul 2023 13:20:59 +0200 Subject: bytestream_server: store temporary files under the local-buil-root The bytestream server implementation (deployed by just execute) now stores the temporary files under $local_build_root/protocol-depenedent/generation-0 so that they can be garbage collected if "just exectue" is terminated before they are cleaned up. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index ffa17d97..761fe55c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,8 @@ A feature release on top of `1.1.0`, backwards compatible. all entries in a Git repository. Previously it was possible for entries to be skipped inadvertently in, e.g., imported archives if `gitignore` files were present. +- Temporary files generated by `just execute` are now created inside + the local build root. ## Release `1.1.0` (2023-05-19) -- cgit v1.2.3