Removed traces of custom container left in bahadir's branch.

This commit is contained in:
Amit Mahajan
2009-11-23 10:22:23 +05:30
parent 1e8c0f1d3a
commit 014e728935
4 changed files with 3 additions and 18 deletions

View File

@@ -103,7 +103,7 @@ def build_all_containers():
if container.type == 'linux':
pass
cont_images.append(build_linux_container(config, projpaths, container))
elif container.type == 'baremetal' or container.type == 'custom':
elif container.type == 'baremetal':
cont_images.append(build_default_container(config, projpaths, container))
elif container.type == 'posix':
cont_images.append(build_posix_container(config, projpaths, container))