diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-12-12 11:09:36 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-12-13 15:23:11 +0100 |
commit | 599dddc182b702192252753c76429d3da44aa463 (patch) | |
tree | efe6512905b3c75026d80fb9f7ff2a4e3558e9f5 /CHANGELOG.md | |
parent | 94de8e505ca7812e5ae572cdbf75243a7bdc99bf (diff) | |
download | justbuild-599dddc182b702192252753c76429d3da44aa463.tar.gz |
Filesystem: Fix copy overwrite of symlink with file
... and improve log messages in case of failure.
(cherry picked from commit 65d35006de65e540355833a56bcaa7659f6f1afd)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fa3654bf..5ecee63c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Bug fixes on top of release `1.2.3`. resulting stage is well-formed, i.e., without tree conflicts. - Local execution and `just execute` now correctly create empty directories if they are part of the action's input. +- Fixed overwrite of existing symlinks in the output directory + when using subcommands `install` and `install-cas`. ## Release `1.2.3` (2023-11-15) |