diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-04-12 12:28:03 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-04-12 14:48:41 +0200 |
commit | 0c36fdfdb8705f6af33d7775c2afd006356cb17b (patch) | |
tree | 195cd34f349d74e0b5d49b1d5d601614602ae4c4 | |
parent | 7ee931b51e4f02313c86e9c5f7c64aadbc4b03de (diff) | |
download | justbuild-0c36fdfdb8705f6af33d7775c2afd006356cb17b.tar.gz |
service-target-cache doc: Remove obsolete concept
-rw-r--r-- | doc/concepts/service-target-cache.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/concepts/service-target-cache.md b/doc/concepts/service-target-cache.md index 2ca72ed0..19db3ef8 100644 --- a/doc/concepts/service-target-cache.md +++ b/doc/concepts/service-target-cache.md @@ -364,15 +364,6 @@ In this way, content-fixed repositories can be generated in a generic way, e.g., using other version-control systems or specialized artifact-fetching tools. -Additionally, for archive-like repositories in the `just-mr` -repository specification (currently `archive` and `zip`), a `git` -tree identifier can be specified. If the tree is known to `just-mr`, -or the `"pragma"` `"absent"` is given, it will just use that tree. -Otherwise, it will fetch as usual, but error out if the obtained -tree is not the promised one after unpacking and taking the -specified subdirectory. In this way, also archives can be used as -absent roots. - #### `just-mr fetch` to support storing in remote-execution CAS The `fetch` subcommand of `just-mr` will get an additional option to |