new stuff working in hackers readme
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
5ac606c563
commit
19bccc8fad
1 changed files with 6 additions and 7 deletions
|
@ -32,6 +32,12 @@ __cdist_config=$(pwd -P)/conf cdist-manifest-init localhost "$object_tmp"
|
||||||
# See what it generated
|
# See what it generated
|
||||||
find "$object_tmp"
|
find "$object_tmp"
|
||||||
|
|
||||||
|
# Generate all objects, including from types that generate objects as well
|
||||||
|
__cdist_config=$(pwd -P)/conf cdist-manifest-recursive-run localhost "$object_tmp"
|
||||||
|
|
||||||
|
# See what it generated
|
||||||
|
find "$object_tmp"
|
||||||
|
|
||||||
# Run explorer on a "remote" host
|
# Run explorer on a "remote" host
|
||||||
__cdist_config=$(pwd -P)/conf cdist-explorer-run localhost "$explorer_tmp"
|
__cdist_config=$(pwd -P)/conf cdist-explorer-run localhost "$explorer_tmp"
|
||||||
|
|
||||||
|
@ -43,10 +49,3 @@ __cdist_config=$(pwd -P)/conf cdist-object-codegen-all localhost "$object_tmp" "
|
||||||
|
|
||||||
# Display result
|
# Display result
|
||||||
find "$exec_tmp"
|
find "$exec_tmp"
|
||||||
|
|
||||||
################################################################################
|
|
||||||
# Soon working
|
|
||||||
#
|
|
||||||
|
|
||||||
# Generate all objects, including from types that generate objects as well
|
|
||||||
__cdist_config=$(pwd -P)/conf cdist-manifest-recursive-run localhost "$object_tmp"
|
|
||||||
|
|
Loading…
Reference in a new issue