Merge remote-tracking branch 'sans/executionorder'
This commit is contained in:
commit
5f1623dd1c
2 changed files with 5 additions and 11 deletions
|
@ -185,16 +185,6 @@ __cdist_init_deploy()
|
||||||
ln -sf "$__cdist_conf_dir" "$__cdist_local_base_dir/$__cdist_name_conf_dir"
|
ln -sf "$__cdist_conf_dir" "$__cdist_local_base_dir/$__cdist_name_conf_dir"
|
||||||
}
|
}
|
||||||
|
|
||||||
__cdist_new_objects_created()
|
|
||||||
{
|
|
||||||
touch "$__cdist_tmp_dir/object_created"
|
|
||||||
}
|
|
||||||
|
|
||||||
__cdist_has_new_objects()
|
|
||||||
{
|
|
||||||
touch "$__cdist_tmp_dir/object_created"
|
|
||||||
}
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Object
|
# Object
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,7 +1,11 @@
|
||||||
1.5.0:
|
1.5.0:
|
||||||
* Add cache functionality
|
* Add cache functionality
|
||||||
* New type __process
|
* New type __process
|
||||||
* Restructured execution: Run whole object at once (REPHRASE) (Steven Armstrong)
|
* Restructured execution: (Steven Armstrong)
|
||||||
|
Process each object as a whole, resolve dependencies and ensure
|
||||||
|
correct execution order.
|
||||||
|
* Documentation: Rewrite stages docs
|
||||||
|
* Documentation: Remove legacy man pages
|
||||||
|
|
||||||
1.4.1: 2011-03-25
|
1.4.1: 2011-03-25
|
||||||
* New type __key_value (Steven Armstrong)
|
* New type __key_value (Steven Armstrong)
|
||||||
|
|
Loading…
Reference in a new issue