aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent.cxx
diff options
context:
space:
mode:
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 {}
});