mirror of
https://github.com/drasko/codezero.git
synced 2026-02-09 16:33:16 +01:00
Removed traces of custom container left in bahadir's branch.
This commit is contained in:
@@ -192,8 +192,6 @@ class configuration:
|
||||
self.containers[id].type = "posix"
|
||||
elif param2 == "BAREMETAL":
|
||||
self.containers[id].type = "baremetal"
|
||||
elif param2 == "CUSTOM":
|
||||
self.containers[id].type = "custom"
|
||||
# Extract parameters for containers
|
||||
def get_container_parameters(self, name, val):
|
||||
matchobj = re.match(r"(CONFIG_CONT){1}([0-9]){1}(\w+)", name)
|
||||
|
||||
Reference in New Issue
Block a user