diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-03-08 10:21:46 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-03-11 15:17:16 +0100 |
commit | 20d105a65d305c724948ce389654c74cacac013c (patch) | |
tree | b0a99ceeb7c4264558893b2e086a6b3117941667 /CHANGELOG.md | |
parent | 4f306e033ba5523b3b07ca8c709b609f0c117cf1 (diff) | |
download | justbuild-20d105a65d305c724948ce389654c74cacac013c.tar.gz |
gc: add option --no-rotation
... to clean up what can be done without losing cache information.
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 815ed095..3b292c66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,8 @@ A feature release on top of `1.2.0`, backwards compatible. - Support for fetching archives from FTP and TFTP was added to `just-mr` if it was built with bundled curl. For package builds, libcurl has enabled whatever the distro considers suitable. +- The `gc` subcommand supports an option `--no-rotate` to carry out + only local clean up. ### Fixes |