From d8a69a75a835afe98d90d84f804aa6452522271f Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 14 Feb 2011 10:27:30 +0100 Subject: [PATCH 1/2] third -> fourth stage Signed-off-by: Nico Schottelius --- doc/man/cdist-stages.text | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/cdist-stages.text b/doc/man/cdist-stages.text index fc43d7da..4a77f7b1 100644 --- a/doc/man/cdist-stages.text +++ b/doc/man/cdist-stages.text @@ -50,7 +50,7 @@ cdist passes through different stages: objects try to create the same object, which indicates a broken configuration. -- Third stage: Code generation [TODO] +- Fourth stage: Code generation [TODO] The "gencode" binary of the types for every existing object is called to generate code that will be executed on the target host. @@ -62,7 +62,7 @@ cdist passes through different stages: A description of what the generated code may/must/should do can be found in cdist-types-gencode(7). -- Fourth stage: [TODO] +- Fifth stage: [TODO] The resulting code is transferred to the target host and executed, the run of cdist-deploy-to(1) ends. From 11f80a63873842f51251b3b1f546325b06c62f11 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 14 Feb 2011 11:16:50 +0100 Subject: [PATCH 2/2] Make hackers readme executable Signed-off-by: Nico Schottelius --- HACKERS_README | 6 ++++++ 1 file changed, 6 insertions(+) mode change 100644 => 100755 HACKERS_README diff --git a/HACKERS_README b/HACKERS_README old mode 100644 new mode 100755 index 0015031c..e339499a --- a/HACKERS_README +++ b/HACKERS_README @@ -1,3 +1,5 @@ +cat << eof + Hey hackers, cdist has not been published, you're accessing a early in developent @@ -11,6 +13,10 @@ Do not believe anything written in cdist, besides what's written in this file What you can do so far: (executed from top level directory) +The following code will get executed if you run this README: + +eof + # prepare use: export PATH="$PATH:$(pwd -P)/bin" object_tmp=/tmp/localhost/objects