summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-24 11:41:16 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-24 11:41:16 +0100
commit1dbcc4fc6186c937f30daa2a176ecbed3351a28d (patch)
tree1d0bb1e29ac805c729f553134c37fd08300e8323 /morph
parent600218313a655815d902afad40c1eff5c45a20fd (diff)
downloadmorph-1dbcc4fc6186c937f30daa2a176ecbed3351a28d.tar.gz
Give a littl emore feedback during builds
Diffstat (limited to 'morph')
-rwxr-xr-xmorph2
1 files changed, 2 insertions, 0 deletions
diff --git a/morph b/morph
index 5bbb505d..6a53645b 100755
--- a/morph
+++ b/morph
@@ -243,9 +243,11 @@ class Morph(cliapp.Application):
for artifact in group:
if artifact in needed:
logging.debug('Need to build %s' % artifact.name)
+ self.msg('Building %s' % artifact.name)
builder.build_and_cache(artifact)
else:
logging.debug('No need to build %s' % artifact.name)
+ self.msg('Using cached %s' % artifact.name)
if install_chunks:
logging.debug('installing chunks from just-built group')