From 747ee61134d66b50360cc30f85e38e0b82eff731 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 16 Oct 2014 13:47:50 +0000 Subject: 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. --- morphlib/buildcommand.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'morphlib') 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 " -- cgit v1.2.1