summaryrefslogtreecommitdiff
path: root/morphlib/app.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-07-19 18:37:54 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-07-26 11:59:13 +0100
commite28059250484aefc2cefcbe1316b709ee26bcf5b (patch)
tree12661891770c3faec5812862d1b8b37e065b1517 /morphlib/app.py
parent82ae6038c00ca7ceb0e1ed206bd07157e1658f50 (diff)
downloadmorph-e28059250484aefc2cefcbe1316b709ee26bcf5b.tar.gz
Refactor system building to use syskind specific class
Diffstat (limited to 'morphlib/app.py')
-rwxr-xr-xmorphlib/app.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/morphlib/app.py b/morphlib/app.py
index 86575fcd..3fa84ac9 100755
--- a/morphlib/app.py
+++ b/morphlib/app.py
@@ -476,6 +476,8 @@ class Morph(cliapp.Application):
self.hookmgr = cliapp.HookManager()
self.hookmgr.new('new-build-command', cliapp.FilterHook())
+ self.system_kind_builder_factory = \
+ morphlib.builder2.SystemKindBuilderFactory()
def _itertriplets(self, args):
'''Generate repo, ref, filename triples from args.'''