From 3d11f8bf4611a647dfae2eafe5f6c97ea4d642e7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Mar 2018 15:14:57 +0200 Subject: Rename task/result/bootstrap manifests to *.manifest form --- bbot/agent/agent.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bbot/agent/agent.cxx') diff --git a/bbot/agent/agent.cxx b/bbot/agent/agent.cxx index ea0bb34..e3a674f 100644 --- a/bbot/agent/agent.cxx +++ b/bbot/agent/agent.cxx @@ -143,7 +143,7 @@ bootstrap_machine (const dir_path& md, // Bootstrap result manifest. // - path mf (arm.path / "manifest"); + path mf (arm.path / "bootstrap.manifest"); try_rmfile (mf); // Note that unlike build, here we use the same VM snapshot for retries, @@ -628,8 +628,8 @@ try try_mkdir_p (gd); try_mkdir_p (pd); - path tf (gd / "manifest"); // Task manifest file. - path rf (pd / "manifest"); // Result manifest file. + path tf (gd / "task.manifest"); // Task manifest file. + path rf (pd / "result.manifest"); // Result manifest file. serialize_manifest (tm, tf, "task"); -- cgit v1.1