summaryrefslogtreecommitdiff
path: root/morphlib/buildcommand.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/buildcommand.py')
-rw-r--r--morphlib/buildcommand.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/morphlib/buildcommand.py b/morphlib/buildcommand.py
index f68046e3..52576f8e 100644
--- a/morphlib/buildcommand.py
+++ b/morphlib/buildcommand.py
@@ -307,9 +307,10 @@ class BuildCommand(object):
in either the local or remote cache already.
'''
- self.app.status(msg='Building %(kind)s %(name)s',
+ self.app.status(msg='Building %(kind)s %(name)s %(sha1)s',
name=artifact.name,
- kind=artifact.source.morphology['kind'])
+ kind=artifact.source.morphology['kind'],
+ sha1=artifact.source.sha1[:7])
self.get_sources(artifact)
deps = self.get_recursive_deps(artifact)