summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-10-10 14:17:06 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-10-10 14:17:06 +0000
commit764a5070e63b417ac38922bdd0bfdefe707f692a (patch)
tree2f1cc443b94f1253262fc66b269bf187c2ad3965
parentb92ca76307f43c596dd8c211288573f7daddbd88 (diff)
parent26019a71a71ce1db84c945ade0252fd496b794fa (diff)
downloadmorph-764a5070e63b417ac38922bdd0bfdefe707f692a.tar.gz
Merge remote-tracking branch 'remotes/origin/danielfirth/RT174'
Changed the message according to suggestion by Rob Kendrick, supported by Daniel Silverstone.
-rw-r--r--morphlib/buildcommand.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/buildcommand.py b/morphlib/buildcommand.py
index e76b7a14..b587aa9a 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='Deciding on task order')
srcpool = self.create_source_pool(repo_name, ref, filename)
root_artifact = self.resolve_artifacts(srcpool)
self.build_in_order(root_artifact)