aboutsummaryrefslogtreecommitdiff
path: root/bbot/worker/worker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/worker/worker.cxx')
-rw-r--r--bbot/worker/worker.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx
index a8e0f6d..13cb25c 100644
--- a/bbot/worker/worker.cxx
+++ b/bbot/worker/worker.cxx
@@ -232,7 +232,8 @@ build (size_t argc, const char* argv[])
// for abnormal situations (like a failure to parse the manifest), we just
// fail.
//
- task_manifest tm (parse_manifest<task_manifest> (path ("manifest"), "task"));
+ task_manifest tm (
+ parse_manifest<task_manifest> (path ("task.manifest"), "task"));
result_manifest rm {
tm.name,
@@ -769,7 +770,7 @@ build (size_t argc, const char* argv[])
// Upload the result.
//
- const string url ("tftp://" + ops.tftp_host () + "/manifest");
+ const string url ("tftp://" + ops.tftp_host () + "/result.manifest");
try
{
@@ -810,8 +811,8 @@ startup ()
// 5. If the environment setup executable fails, then upload the (failed)
// result ourselves.
//
- const string url ("tftp://" + ops.tftp_host () + "/manifest");
- const path mf ("manifest");
+ const string url ("tftp://" + ops.tftp_host () + "/task.manifest");
+ const path mf ("task.manifest");
// If we fail, try to upload the result manifest (abnormal termination). The
// idea is that the machine gets suspended and we can investigate what's