summaryrefslogtreecommitdiff
path: root/morphlib
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib')
-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.
'''