summaryrefslogtreecommitdiff
path: root/morphlib/builder2.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-07-25 20:24:39 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-07-26 12:00:16 +0100
commit45792fe9fc1f79325719bad1ec21e90423235300 (patch)
tree09de99aa74460b82eef3182e835c16b9aacec65a /morphlib/builder2.py
parent75cc40e4dfad6ffdef2147090fb13e6931a9db2a (diff)
downloadmorph-45792fe9fc1f79325719bad1ec21e90423235300.tar.gz
Start a tarball systembuilder
Also, rename the syslinux-disk builder plugin file to make it clear it's a system builder plugin.
Diffstat (limited to 'morphlib/builder2.py')
-rw-r--r--morphlib/builder2.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/morphlib/builder2.py b/morphlib/builder2.py
index e5896623..5362dd3c 100644
--- a/morphlib/builder2.py
+++ b/morphlib/builder2.py
@@ -509,6 +509,8 @@ class SystemBuilder(BuilderBase): # pragma: no cover
builder = self.app.system_kind_builder_factory.new(
system_kind, self.args, self.kwargs)
logging.debug('Building system with %s' % repr(builder))
+ self.app.status(msg='Building system %(system_name)s',
+ system_name=self.artifact.name)
return builder.build_and_cache()