summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-08-08 15:25:45 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-08-08 16:47:57 +0200
commitabdbeab309f5ae69a20cf2953c514a30450774ed (patch)
tree2440de2d511cef5cecfa3655b45636b590631112 /CHANGELOG.md
parent588b3d2e2828339f95cc332157dd35232da95ce9 (diff)
downloadjustbuild-abdbeab309f5ae69a20cf2953c514a30450774ed.tar.gz
Unlink files before creation on install-cas
If install-cas finds a file in the target location, unlink it before writing (in the same way as install does already). In this way, we avoid changing other file locations in the presence of hard links.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 97b2f730..17df375a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -45,6 +45,8 @@ A feature release on top of `1.1.0`, backwards compatible.
the local build root.
- `just install-cas` now correctly handles `--raw-tree` also for
remote-execution endpoints.
+- `just install-cas` now, like `just install`, removes an existing
+ destination file before installing instead of overwriting.
## Release `1.1.0` (2023-05-19)