summaryrefslogtreecommitdiff
path: root/morphlib/builder2.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-06-20 12:49:28 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-06-20 12:52:07 +0000
commitdbbaf636b5b169b508703e597eea0eaebe38c439 (patch)
tree0f79733dc44188c615d94862118cb73bca5594cd /morphlib/builder2.py
parentf26ce8c21fa345f6a922aa33c4adb871163ea5aa (diff)
downloadmorph-dbbaf636b5b169b508703e597eea0eaebe38c439.tar.gz
Fix warnings and test suite
Diffstat (limited to 'morphlib/builder2.py')
-rw-r--r--morphlib/builder2.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/morphlib/builder2.py b/morphlib/builder2.py
index abde72ce..452bbe36 100644
--- a/morphlib/builder2.py
+++ b/morphlib/builder2.py
@@ -529,10 +529,6 @@ class SystemBuilder(BuilderBase): # pragma: no cover
self.kwargs = kwargs
def build_and_cache(self):
- system_kind = self.artifact.source.morphology['system-kind']
- if system_kind != 'rootfs-tarball':
- raise morphlib.Error(
- 'System kind %s not support (only rootfs-tarball is)')
self.app.status(msg='Building system %(system_name)s',
system_name=self.artifact.source.morphology['name'])