1 #ifndef SOTA_CLIENT_TOOLS_DEPLOY_H_
2 #define SOTA_CLIENT_TOOLS_DEPLOY_H_
7 #include "ostree_ref.h"
8 #include "ostree_repo.h"
9 #include "server_credentials.h"
15 bool CheckPoolState(
const OSTreeObject::ptr& root_object,
const RequestPool& request_pool);
29 bool UploadToTreehub(
const OSTreeRepo::ptr& src_repo,
TreehubServer& push_server,
const OSTreeHash& ostree_commit,
30 RunMode mode,
int max_curl_requests);
37 const std::string& hardwareids);