already did stuff that was scheduled for post 1.0

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-26 11:11:00 +01:00
parent be7b68815a
commit 13dc45e1de
2 changed files with 1 additions and 2 deletions

View File

@ -82,5 +82,6 @@ x execute code on client (stage 5)
- DOC: types can always access __cdist_out_objects, __cdist_out_explorers, __cdist_out_execs - DOC: types can always access __cdist_out_objects, __cdist_out_explorers, __cdist_out_execs
--> create cdist-variables document? --> create cdist-variables document?
- cleanup READMEs - cleanup READMEs
- Check all references in manpages, ensure all manpages exist
- include generation in makefile - include generation in makefile

View File

@ -1,8 +1,6 @@
Core: Core:
- Support singletons (see types/issue for a good reason) - Support singletons (see types/issue for a good reason)
- probably name them only_once and use that as the internal id! - probably name them only_once and use that as the internal id!
- extend cdist_tree_wrapper to look for optional/mandority parameters for types
- gives "good" database, which contains only valid objects
- remove remote_base_dir at beginning - otherwise fragments from - remove remote_base_dir at beginning - otherwise fragments from
previous runs may still be existing! previous runs may still be existing!