summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-27 11:20:07 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-27 11:20:07 +0100
commit820ff559cc518b625375bb1e5d6854723fd2a324 (patch)
treed296abd207aef6f39e30c6047e7ec56a51efa0fd /morph
parent1c2d94d719e36d50630ee01eb0f56525cbb4b892 (diff)
downloadmorph-820ff559cc518b625375bb1e5d6854723fd2a324.tar.gz
Add a little progress reporting when build caches repos
Diffstat (limited to 'morph')
-rwxr-xr-xmorph1
1 files changed, 1 insertions, 0 deletions
diff --git a/morph b/morph
index b6902a75..e3a13500 100755
--- a/morph
+++ b/morph
@@ -219,6 +219,7 @@ class Morph(cliapp.Application):
artifact.source.repo = lrc.cache_repo(
artifact.source.repo_name)
if not self.settings['no-git-update']:
+ self.msg('Cloning/updating %s' % artifact.source.repo.url)
self._cache_repo_and_submodules(
lrc, artifact.source.repo.url, artifact.source.sha1,
done)