++todo, use new function

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-06-17 14:28:45 +02:00
commit a5b9713986
3 changed files with 23 additions and 4 deletions

View file

@ -28,12 +28,10 @@ __cdist_explorer_run_global()
# copy the explorers
__cdist_dir push "${__cdist_explorer_dir}" "${__cdist_remote_explorer_dir}"
# run the initial explorers remotely
__cdist_run_remote __cdist_remote_explorer_run # FIXME: add object_self!!!! \
"$__cdist_name_var_explorer" "$__cdist_remote_explorer_dir" \
# run the global explorers remotely
__cdist_explorer_run global "$__cdist_remote_explorer_dir" \
"$__cdist_remote_out_explorer_dir"
# retrieve the results
__cdist_dir pull "${__cdist_remote_out_explorer_dir}" "${__cdist_out_explorer_dir}"
}