From 26019a71a71ce1db84c945ade0252fd496b794fa Mon Sep 17 00:00:00 2001 From: Daniel Firth Date: Mon, 7 Oct 2013 15:20:47 +0100 Subject: Changed 'figuring out the right build order' to 'Computing artifact graph' --- morphlib/buildcommand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morphlib/buildcommand.py b/morphlib/buildcommand.py index e76b7a14..2dd821c7 100644 --- a/morphlib/buildcommand.py +++ b/morphlib/buildcommand.py @@ -47,7 +47,7 @@ class BuildCommand(object): for repo_name, ref, filename in self.app.itertriplets(args): self.app.status(msg='Building %(repo_name)s %(ref)s %(filename)s', repo_name=repo_name, ref=ref, filename=filename) - self.app.status(msg='Figuring out the right build order') + self.app.status(msg='Computing artifact graph') srcpool = self.create_source_pool(repo_name, ref, filename) root_artifact = self.resolve_artifacts(srcpool) self.build_in_order(root_artifact) -- cgit v1.2.1