aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-20 13:42:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-20 13:42:59 +0200
commit22e086d8ea6ac2a4978eada0fa9ffb3a13a96ce3 (patch)
treed1f89b786bf2834f13314e77e6f592299306f6bb /bbot/agent.cxx
parent3e527b9df0d9eb7a42b3fa05745224f00fcb9e19 (diff)
Add machine options
Diffstat (limited to 'bbot/agent.cxx')
-rw-r--r--bbot/agent.cxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/bbot/agent.cxx b/bbot/agent.cxx
index b926908..4ade0b4 100644
--- a/bbot/agent.cxx
+++ b/bbot/agent.cxx
@@ -263,7 +263,13 @@ try
rm.push_back (
bootstrapped_machine_manifest {
- machine_manifest {mh.id, mh.name, mh.summary, machine_type::kvm},
+ machine_manifest {
+ mh.id,
+ mh.name,
+ mh.summary,
+ machine_type::kvm,
+ string ("de:ad:be:ef:de:ad"),
+ nullopt},
toolchain_manifest {tc_id},
bootstrap_manifest {}
});