todos for a simple resolver
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
2e81379c18
commit
6b6037d9bb
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue