From 19bccc8fade5af3513bf2e2bc3ab68fdaebd2abe Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 16 Feb 2011 23:08:33 +0100 Subject: [PATCH] new stuff working in hackers readme Signed-off-by: Nico Schottelius --- HACKERS_README | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/HACKERS_README b/HACKERS_README index 6caba8b6..53f40081 100755 --- a/HACKERS_README +++ b/HACKERS_README @@ -32,6 +32,12 @@ __cdist_config=$(pwd -P)/conf cdist-manifest-init localhost "$object_tmp" # See what it generated 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 __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 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"