diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-03-24 10:19:00 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-03-24 10:47:18 +0100 |
commit | baa9fca6c850f9fdb3afa6dc43b624b54add7011 (patch) | |
tree | e79346fc21b46ee6f33d35cf1ef1bc9f9e110bb5 /CHANGELOG.md | |
parent | 6ac5a7d2e8f6d61b55c4fbea58d76aad3d480180 (diff) | |
download | justbuild-baa9fca6c850f9fdb3afa6dc43b624b54add7011.tar.gz |
just install{,-cas}: add --remember option
... asking just to transfer everyting installed to the local CAS first.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 20c3014f..e0da14d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,9 @@ A feature release on top of `1.0.0`, backwards compatible. ### Other changes +- `just install` and `just install-cas` now have a new `--remember` + option ensuring that the installed artifacts are also mirrored in + local CAS - `just analyse` now supports a new option `--dump-export-targets` ## Release `1.0.0` (2022-12-12) |