From 4c7ce89d1e56b94aac80ec669f126c26933669a6 Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Thu, 13 Mar 2014 17:01:31 +0000 Subject: s/Cloning/Caching/ to make it clearer what is happening --- morphlib/buildcommand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morphlib/buildcommand.py b/morphlib/buildcommand.py index 862ae715..e3a24f59 100644 --- a/morphlib/buildcommand.py +++ b/morphlib/buildcommand.py @@ -375,7 +375,7 @@ class BuildCommand(object): repo_name=repo_name) artifact.source.repo.update() else: - self.app.status(msg='Cloning %(repo_name)s', + self.app.status(msg='Caching %(repo_name)s', repo_name=repo_name) artifact.source.repo = self.lrc.cache_repo(repo_name) -- cgit v1.2.1