From 46f7f0361af208209812cc499c44b7acd8faa8e7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 5 Apr 2017 08:47:23 +0200 Subject: Change machine type enumeration values --- bbot/manifest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bbot/manifest.cxx') diff --git a/bbot/manifest.cxx b/bbot/manifest.cxx index 6c9fe4d..b9c623e 100644 --- a/bbot/manifest.cxx +++ b/bbot/manifest.cxx @@ -32,7 +32,7 @@ namespace bbot using strings = vector; - static const strings machine_type_names ({"vm", "container"}); + static const strings machine_type_names ({"kvm", "nspawn"}); static const strings result_status_names ({ "success", -- cgit v1.1