Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-06-17 14:52:06 +02:00
parent 390d527515
commit bb06a69bd5
1 changed files with 0 additions and 6 deletions

View File

@ -25,14 +25,8 @@ __cdist_explorer_run_global()
{
__cdist_echo info "Running global explorers "
# copy the explorers
# __cdist_dir push "${__cdist_explorer_dir}" "${__cdist_remote_explorer_dir}"
# run the global explorers remotely
__cdist_explorer_run global \
"$__cdist_explorer_dir" "$__cdist_remote_explorer_dir" \
"$__cdist_remote_out_explorer_dir" "$__cdist_out_explorer_dir"
# retrieve the results
# __cdist_dir pull "${__cdist_remote_out_explorer_dir}" "${__cdist_out_explorer_dir}"
}