Linux build is commented in

This commit is contained in:
Bahadir Balban
2009-09-21 14:03:36 +03:00
parent f34be923e9
commit db494f244b

View File

@@ -58,7 +58,7 @@ def build_all_containers():
for container in config.containers:
if container.type == 'linux':
pass
#cont_images.append(build_linux_container(projpaths, container))
cont_images.append(build_linux_container(projpaths, container))
elif container.type == 'bare':
cont_images.append(build_default_container(projpaths, container))
else: