summaryrefslogtreecommitdiff
path: root/morphlib/buildcommand.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-02-19 18:56:45 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-02-19 18:56:45 +0000
commiteda18665e3fc652f95e9961a4edc46ec797aa4a9 (patch)
tree523a32e1d5f4a373051d9272120d8a9c289da873 /morphlib/buildcommand.py
parentf7e888dcd8461c2ce9b642c71c2b630d2c16f542 (diff)
downloadmorph-eda18665e3fc652f95e9961a4edc46ec797aa4a9.tar.gz
Add clarifying comment
Making the changes mentioned in the comment would be quite invasive, and we don't have to do so quite yet.
Diffstat (limited to 'morphlib/buildcommand.py')
-rw-r--r--morphlib/buildcommand.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/morphlib/buildcommand.py b/morphlib/buildcommand.py
index 34a3e291..27fec4da 100644
--- a/morphlib/buildcommand.py
+++ b/morphlib/buildcommand.py
@@ -162,7 +162,9 @@ class BuildCommand(object):
def _find_root_artifact(self, artifacts):
'''Find the root artifact among a set of artifacts in a DAG.
- There can be only one.
+ It would be nice if the ArtifactResolver would return its results in a
+ more useful order to save us from needing to do this -- the root object
+ is known already since that's the one the user asked us to build.
'''