summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-04-01 10:15:41 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-04-01 10:15:41 +0000
commitab0a400c75456b9fa2edaed304af900ea4f96ac5 (patch)
treeb58a3b3930b82e63ff2a69c5ae55c1694781bfa0
parente43c5b54ab02ae6822a5cc0fc62f17e77f765111 (diff)
downloadmorph-ab0a400c75456b9fa2edaed304af900ea4f96ac5.tar.gz
Improve cache messagesam/adamcoldrick-ostree-rebase
Change-Id: I1bb7ea175642ea43833503353d1f0cb866831d95
-rw-r--r--morphlib/buildcommand.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/morphlib/buildcommand.py b/morphlib/buildcommand.py
index b95e0e77..3fddabf9 100644
--- a/morphlib/buildcommand.py
+++ b/morphlib/buildcommand.py
@@ -307,10 +307,9 @@ class BuildCommand(object):
self.build_source(source, build_env)
for a in artifacts:
- self.app.status(msg='%(kind)s %(name)s is cached at %(cachepath)s',
+ self.app.status(msg='%(kind)s %(name)s is cached',
kind=source.morphology['kind'], name=a.name,
- cachepath=self.lac.artifact_filename(a),
- chatty=(source.morphology['kind'] != "system"))
+ chatty=True)
def build_source(self, source, build_env):
'''Build all artifacts for one source.