aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-10-19 18:00:33 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-10-19 18:00:33 +0300
commit3ddab9d7360213cda421ac25f62cbf7ef92b513b (patch)
treecf9e74d76bd2c5d8c744aca3a2cd17edbd75ec77 /bbot/agent
parente466601f79ea1493ffaa7486595f3cd2d5b11e64 (diff)
Add support for machine_manifest changes value
Diffstat (limited to 'bbot/agent')
-rw-r--r--bbot/agent/agent.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bbot/agent/agent.cxx b/bbot/agent/agent.cxx
index dac70ee..ea0bb34 100644
--- a/bbot/agent/agent.cxx
+++ b/bbot/agent/agent.cxx
@@ -311,7 +311,8 @@ try
mh.summary,
machine_type::kvm,
string ("de:ad:be:ef:de:ad"),
- nullopt},
+ nullopt,
+ strings ()},
toolchain_manifest {tc_id},
bootstrap_manifest {}
});