summaryrefslogtreecommitdiff
path: root/morphlib/buildcommand.py
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2013-03-17 17:26:58 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2013-03-17 17:26:58 +0000
commitbc75c73829adc2446bd4ccdcbb6fe85ea4b62ba4 (patch)
tree7fddfeb1dbfa00eb5dd8d0a1560e550fecd78bed /morphlib/buildcommand.py
parent7a3e97aed82990401f1fc7de7fbc2639caa8bb1f (diff)
downloadmorph-bc75c73829adc2446bd4ccdcbb6fe85ea4b62ba4.tar.gz
show commit we want to build for each chunk
Diffstat (limited to 'morphlib/buildcommand.py')
-rw-r--r--morphlib/buildcommand.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/morphlib/buildcommand.py b/morphlib/buildcommand.py
index 8dfa4df1..0e91f8a1 100644
--- a/morphlib/buildcommand.py
+++ b/morphlib/buildcommand.py
@@ -195,8 +195,8 @@ class BuildCommand(object):
self.app.status_prefix = (
old_prefix + '[Build %d/%d] ' % ((i+1), len(artifacts)))
- self.app.status(msg='[%(name)s] Checking if %(kind)s needs building',
- name=a.name, kind=a.source.morphology['kind'])
+ self.app.status(msg='[%(name)s] Checking if %(kind)s needs building %(sha1)s',
+ name=a.name, kind=a.source.morphology['kind'], sha1=a.source.sha1[:7])
if self.is_built(a):
self.app.status(msg='[%(name)s] The %(kind)s is already built',