forked from ungleich-public/cdist
introduce __cdist_local_base_dir and use it in HACKERS_README
This way out/ and conf/ are debugable. Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
e6c4533464
commit
957ab446fa
4 changed files with 8 additions and 7 deletions
|
|
@ -40,11 +40,12 @@ cdist-explorer-run-init "$__cdist_target_host" "$__cdist_out_explorer_dir"
|
|||
# Create initial object base
|
||||
cdist-manifest-init "$__cdist_target_host" "$__cdist_out_object_dir"
|
||||
|
||||
# Create dependent objects
|
||||
cdist-manifest-run-all "$__cdist_target_host" "$__cdist_out_object_dir"
|
||||
|
||||
exit 2
|
||||
|
||||
cdist-manifest-run-all "$__cdist_target_host" "$__cdist_out_object_dir"
|
||||
cdist-object-explorer-all "$__cdist_target_host" "$__cdist_out_object_dir"
|
||||
exit 0
|
||||
cdist-object-codegen-all "$__cdist_target_host" "$__cdist_out_object_dir" "$__cdist_out_execs"
|
||||
cdist-exec-transfer "$__cdist_target_host" "$__cdist_out_execs"
|
||||
cdist-exec-run "$__cdist_target_host"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue