summaryrefslogtreecommitdiff
path: root/morphlib/buildcommand.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-13 11:26:37 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-13 11:26:37 +0000
commita0fefde8c4900269bb227f1986324b77a7511664 (patch)
tree523f34f0a0b07f5391fed1a6b227a1d9143a333c /morphlib/buildcommand.py
parentca74e62cd114045270a0bc5fc63acb0f5ae4a968 (diff)
parentc1d73faab8d3a9ad50e76c57d41ccbf266a88048 (diff)
downloadmorph-a0fefde8c4900269bb227f1986324b77a7511664.tar.gz
Merge branch 'liw/quieten-staging-area'
Reviewed-by: Sam Thursfield Reviewed-by: Adam Coldrick
Diffstat (limited to 'morphlib/buildcommand.py')
-rw-r--r--morphlib/buildcommand.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/morphlib/buildcommand.py b/morphlib/buildcommand.py
index 137c63b4..862ae715 100644
--- a/morphlib/buildcommand.py
+++ b/morphlib/buildcommand.py
@@ -454,10 +454,11 @@ class BuildCommand(object):
if artifact.source.build_mode == 'bootstrap':
if not self.in_same_stratum(artifact, target_artifact):
continue
- self.app.status(msg='Installing chunk %(chunk_name)s '
- 'from cache %(cache)s',
- chunk_name=artifact.name,
- cache=artifact.cache_key[:7])
+ self.app.status(
+ msg='Installing chunk %(chunk_name)s from cache %(cache)s',
+ chunk_name=artifact.name,
+ cache=artifact.cache_key[:7],
+ chatty=True)
handle = self.lac.get(artifact)
staging_area.install_artifact(handle)