diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-06-09 16:25:20 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-06-14 17:51:00 +0300 |
commit | da701337ca32a54682a0daddcd2ab85a2f886a18 (patch) | |
tree | db1c7cbbc6b64c4daf0d21c711ebb7583b98a765 /libbrep/build.hxx | |
parent | 6afd16cfb93ca1cf943b7f304bf4b1ab781179b6 (diff) |
Get rid of package configuration unbuilt state
Diffstat (limited to 'libbrep/build.hxx')
-rw-r--r-- | libbrep/build.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libbrep/build.hxx b/libbrep/build.hxx index 6b58402..dd6f10d 100644 --- a/libbrep/build.hxx +++ b/libbrep/build.hxx @@ -64,7 +64,6 @@ namespace brep // enum class build_state: std::uint8_t { - unbuilt, building, built }; @@ -176,10 +175,8 @@ namespace brep optional<string> agent_fingerprint; optional<string> agent_challenge; - // Present only for building and built states. - // - optional<string> machine; - optional<string> machine_summary; + string machine; + string machine_summary; // Default for the machine if absent. // |