summaryrefslogtreecommitdiff
path: root/src/buildtool/serve_api/serve_service/source_tree.hpp
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-10-24 11:25:08 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-10-25 13:00:43 +0200
commit56b367d4104b2476d9aa2027c8a28d0dc5ba4f2d (patch)
treecabeb4db76364d6678c7d55a9f1c3d2658fe3e13 /src/buildtool/serve_api/serve_service/source_tree.hpp
parentb98addc8f8e3e62e1213cd967f20aa631057f84e (diff)
downloadjustbuild-56b367d4104b2476d9aa2027c8a28d0dc5ba4f2d.tar.gz
serve service: Use digest when requesting serve to set up a tree
...instead of passing just the Git hash, which imposes the remote to always be native. The serve service proto file is updated accordingly.
Diffstat (limited to 'src/buildtool/serve_api/serve_service/source_tree.hpp')
-rw-r--r--src/buildtool/serve_api/serve_service/source_tree.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/buildtool/serve_api/serve_service/source_tree.hpp b/src/buildtool/serve_api/serve_service/source_tree.hpp
index 7a63bcf9..e46f21bf 100644
--- a/src/buildtool/serve_api/serve_service/source_tree.hpp
+++ b/src/buildtool/serve_api/serve_service/source_tree.hpp
@@ -122,9 +122,9 @@ class SourceTreeService final
const ::justbuild::just_serve::CheckRootTreeRequest* request,
CheckRootTreeResponse* response) -> ::grpc::Status override;
- // Retrieve a given Git-tree from the CAS of the associated
- // remote-execution endpoint and make it available in a location where this
- // serve instance can build against.
+ // Retrieve a given tree from the CAS of the associated remote-execution
+ // endpoint and make it available in a location where this serve instance
+ // can build against.
//
// There are no method-specific errors.
auto GetRemoteTree(