diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-03-18 12:58:05 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-03-20 13:20:04 +0100 |
commit | 64f5d884e4592b2e6f872db3d8a020ab2d6f8416 (patch) | |
tree | aee18f2d1c74639171b3fad068890336ef39966b /CHANGELOG.md | |
parent | 9f07b2e98e9e8bfa8aeef2a4b292cd0e3bc57424 (diff) | |
download | justbuild-64f5d884e4592b2e6f872db3d8a020ab2d6f8416.tar.gz |
Add new subcommand add-to-cas
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 3b292c66..b1cfdc2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ A feature release on top of `1.2.0`, backwards compatible. - New script `just-deduplicate-repos` to avoid blow up of the `repos.json` in the case of chained imports with common dependencies. +- New subcommand `add-to-cas` to add files and directories to the local + CAS and optionally also copy them to the remote-execution endpoint. - The built-in `"generic"` rule now supports an argument `"sh -c"`, allowing to specify the invocation of the shell (defaulting to `["sh", "-c"]`). |