From 13dc45e1def87528de6b8f00958edf0e5e32bf7d Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 26 Feb 2011 11:11:00 +0100 Subject: [PATCH] already did stuff that was scheduled for post 1.0 Signed-off-by: Nico Schottelius --- TODO-1.0 | 1 + doc/dev/todo/post-1.0 | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO-1.0 b/TODO-1.0 index 1d3b7ce8..dba148ba 100644 --- a/TODO-1.0 +++ b/TODO-1.0 @@ -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 --> create cdist-variables document? - cleanup READMEs + - Check all references in manpages, ensure all manpages exist - include generation in makefile diff --git a/doc/dev/todo/post-1.0 b/doc/dev/todo/post-1.0 index f6466de3..9d314012 100644 --- a/doc/dev/todo/post-1.0 +++ b/doc/dev/todo/post-1.0 @@ -1,8 +1,6 @@ Core: - Support singletons (see types/issue for a good reason) - 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 previous runs may still be existing!