less todo
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
b5b8bdc016
commit
c9f4455677
2 changed files with 2 additions and 35 deletions
|
@ -18,7 +18,7 @@
|
||||||
# along with cdist. If not, see <http://www.gnu.org/licenses/>.
|
# along with cdist. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Run explorers
|
# Run explorers - FIXME: this function is ugly
|
||||||
#
|
#
|
||||||
|
|
||||||
__cdist_explorer_run()
|
__cdist_explorer_run()
|
||||||
|
@ -47,7 +47,7 @@ __cdist_explorer_run()
|
||||||
# Create output directory
|
# Create output directory
|
||||||
__cdist_run_remote mkdir -p "$4"
|
__cdist_run_remote mkdir -p "$4"
|
||||||
|
|
||||||
# Execute all explorers
|
# Execute all explorers - FIXME: isolate cd call?
|
||||||
cd "$2";
|
cd "$2";
|
||||||
# FIXME: cleanup double variable, no need when in directory
|
# FIXME: cleanup double variable, no need when in directory
|
||||||
for __cdist_explorer_run_explorer in *; do
|
for __cdist_explorer_run_explorer in *; do
|
||||||
|
|
|
@ -1,36 +1,3 @@
|
||||||
core/__cdist_object_code_run:
|
|
||||||
make remote run work again
|
|
||||||
|
|
||||||
__cdist_code_run:
|
|
||||||
should be changed to run _all_ code (has nice checks)
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
|
||||||
- run-remote does not work anymore, because there is no binary :-)
|
|
||||||
either make functions available on the other side or
|
|
||||||
put logic on the server side.
|
|
||||||
|
|
||||||
- trying to run type explorers nicely from local side
|
|
||||||
- must check whether type directory has been transmitted before!
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
- Both type and global have...
|
|
||||||
- local sourcedir
|
|
||||||
- remote destination dir
|
|
||||||
- remote out dir
|
|
||||||
- local out dir
|
|
||||||
|
|
||||||
- Differences are in...
|
|
||||||
- variables exposed / submitted
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Catch broken instances in cdist-mass-deploy -p and report broken deployements at the end!
|
|
||||||
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
|
||||||
Bug with requirements when indirect requires is scheduled late:
|
Bug with requirements when indirect requires is scheduled late:
|
||||||
|
|
||||||
__package/collectd: Generating local code
|
__package/collectd: Generating local code
|
||||||
|
|
Loading…
Reference in a new issue