third -> fourth stage

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-14 10:27:30 +01:00
parent 4f1cc56bcd
commit d8a69a75a8
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ cdist passes through different stages:
objects try to create the same object, which indicates a objects try to create the same object, which indicates a
broken configuration. broken configuration.
- Third stage: Code generation [TODO] - Fourth stage: Code generation [TODO]
The "gencode" binary of the types for every existing object is The "gencode" binary of the types for every existing object is
called to generate code that will be executed on the target host. 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 A description of what the generated code may/must/should
do can be found in cdist-types-gencode(7). 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 resulting code is transferred to the target host and executed,
the run of cdist-deploy-to(1) ends. the run of cdist-deploy-to(1) ends.