summaryrefslogtreecommitdiff
path: root/morphlib
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-16 13:47:50 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-16 13:47:50 +0000
commit747ee61134d66b50360cc30f85e38e0b82eff731 (patch)
tree196799997524a2365135af1b16514987dedc8c6e /morphlib
parent61291bd59fcefdbfcbaf0a50e46e071ccee52fcf (diff)
downloadmorph-747ee61134d66b50360cc30f85e38e0b82eff731.tar.gz
Don't print the ref of each stratum in the build
There's no need because all strata live in the same Git repository now. This message was added back when there could be multiple versions of strata coming from different repos or different refs in the same repo and life was very confusing.
Diffstat (limited to 'morphlib')
-rw-r--r--morphlib/buildcommand.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/morphlib/buildcommand.py b/morphlib/buildcommand.py
index 2aec5e08..799b85d4 100644
--- a/morphlib/buildcommand.py
+++ b/morphlib/buildcommand.py
@@ -208,9 +208,6 @@ class BuildCommand(object):
# and Ref specified.
if src.morphology['kind'] == 'stratum':
name = src.name
- ref = src.sha1[:7]
- self.app.status(msg='Stratum [%(name)s] version is %(ref)s',
- name=name, ref=ref)
if name in stratum_names:
raise morphlib.Error(
"Conflicting versions of stratum '%s' appear in the "