Merge branch 'master' of git://git.schottelius.org/cdist
This commit is contained in:
commit
17e24b6a75
2 changed files with 8 additions and 2 deletions
6
HACKERS_README
Normal file → Executable file
6
HACKERS_README
Normal file → Executable file
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue