diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-04 14:59:18 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-05 10:40:54 +0100 |
commit | f2310d4b9613958ca45653783b9149c37c05a033 (patch) | |
tree | 4ab7c6e5aa4e348e38294dcfb683e85d0553b60b /share/man/just-mr.1.md | |
parent | fb0f43beacdded9a39064df23e604e917bfdcdfc (diff) | |
download | justbuild-f2310d4b9613958ca45653783b9149c37c05a033.tar.gz |
just-mr(1): document the gc-repo subcommand
Diffstat (limited to 'share/man/just-mr.1.md')
-rw-r--r-- | share/man/just-mr.1.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/share/man/just-mr.1.md b/share/man/just-mr.1.md index dcb32697..2d80f76e 100644 --- a/share/man/just-mr.1.md +++ b/share/man/just-mr.1.md @@ -12,6 +12,7 @@ SYNOPSIS **`just-mr`** \[*`OPTION`*\]... {**`setup`**|**`setup-env`**} \[**`--all`**\] \[*`main-repo`*\] **`just-mr`** \[*`OPTION`*\]... **`fetch`** \[**`--all`**\] \[**`--backup-to-remote`**] \[**`-o`** *`fetch-dir`*\] \[*`main-repo`*\] **`just-mr`** \[*`OPTION`*\]... **`update`** \[*`repo`*\]... +**`just-mr`** \[*`OPTION`*\]... **`gc-repo`** **`just-mr`** \[*`OPTION`*\]... **`do`** \[*`JUST_ARG`*\]... **`just-mr`** \[*`OPTION`*\]... {**`version`**|**`describe`**|**`analyse`**|**`build`**|**`install`**|**`install-cas`**|**`add-to-cas`**|**`rebuild`**|**`gc`**} \[*`JUST_ARG`*\]... @@ -289,6 +290,14 @@ remote repository in the specified branch. The output configuration file will otherwise remain the same at the JSON level with the input configuration file. +gc-repo +------- + +This subcommand rotates the generations of the repository cache. +Every root used is added to the youngest generation. Therefore upon +a call to **`gc-repo`** all roots are cleaned up that were not used +since the last **`gc-repo`**. + do -- |