todos for a simple resolver

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-12-13 06:44:55 +01:00
parent 2e81379c18
commit 6b6037d9bb
1 changed files with 3 additions and 0 deletions

View File

@ -139,6 +139,9 @@ class ConfigInstall(object):
self.local.object_path,
self.local.type_path)
# FIXME:
# - think about parallel execution (same for stage_prepare)
# - catch unresolvable trees
all_resolved = False
while not all_resolved:
all_resolved = True