From c5d8549f4b27e35c47388796b13f76cea7b38c06 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Thu, 9 Apr 2015 10:10:19 +0000 Subject: fixup: Redundancy is better than silence --- morphlib/buildcommand.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/morphlib/buildcommand.py b/morphlib/buildcommand.py index c3b78e2b..cab38395 100644 --- a/morphlib/buildcommand.py +++ b/morphlib/buildcommand.py @@ -423,6 +423,9 @@ class BuildCommand(object): # module into morphlib.remoteartififactcache first. to_fetch = [] if not self.lac.has(artifact): + self.app.status( + msg='Fetching to local cache: artifact %(name)s', + name=artifact.name) self.lac.copy_from_remote(artifact, self.rac) if artifact.source.morphology.needs_artifact_metadata_cached: @@ -432,9 +435,6 @@ class BuildCommand(object): self.lac.put_artifact_metadata(artifact, 'meta'))) if len(to_fetch) > 0: - self.app.status( - msg='Fetching to local cache: artifact %(name)s', - name=artifact.name) fetch_files(to_fetch) def create_staging_area(self, build_env, use_chroot=True, extra_env={}, -- cgit v1.2.1