From 7e8fb49f7c5829ed5a6ac4a46deb54a3e65dfad5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 24 Apr 2017 23:23:01 +0300 Subject: Adjust build result logs page --- brep/build | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'brep/build') diff --git a/brep/build b/brep/build index 42798bb..43ca230 100644 --- a/brep/build +++ b/brep/build @@ -104,7 +104,9 @@ namespace brep // Create the build object with the testing state, non-existent status, // the timestamp set to now and the forced flag set to false. // - build (string name, version, string configuration); + build (string name, version, + string configuration, + string machine, string machine_summary); build_id id; @@ -126,6 +128,11 @@ namespace brep // optional status; + // Present only if the state is 'testing' or 'tested'. + // + optional machine; + optional machine_summary; + // Note that the logs are stored as std::string/TEXT which is Ok since // they are UTF-8 and our database is UTF-8. // -- cgit v1.1