From 771d1f9e6fa10145a460c511cfb67c8a40e8f255 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 25 Feb 2011 01:52:10 +0100 Subject: [PATCH] much less todo Signed-off-by: Nico Schottelius --- TODO-1.0 | 8 ++++---- doc/dev/todo/niconext | 5 ----- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/TODO-1.0 b/TODO-1.0 index 8c6c92fd..315f1191 100644 --- a/TODO-1.0 +++ b/TODO-1.0 @@ -2,8 +2,9 @@ This document defines how to continue work on cdist: x general stuff x Define configuration paths (doc/internal/config-layout) - - check whether remote and local view of objects can be the same, + x check whether remote and local view of objects can be the same, i.e. local:/outdir == remote:/var/lib/cdist + x similar, but not the same x get information from target (stage 1) x Define how to get information from targets @@ -24,8 +25,8 @@ x be able to run manifest of types (stage 3) x rename $__object_dir to $__object_base_dir x use $type/manifest instead of $type/init x find $object_id in recursive runner (before merge) - - move attributes of object to subdir attributes - - run explorers for every object + x move parameters of object to subdir parameter + x run explorers for every object x generate code to be executed on clients (stage 4) x for one object @@ -77,4 +78,3 @@ x execute code on client (stage 5) --> create cdist-variables document? - include generation in makefile - diff --git a/doc/dev/todo/niconext b/doc/dev/todo/niconext index 21b3883a..e69de29b 100644 --- a/doc/dev/todo/niconext +++ b/doc/dev/todo/niconext @@ -1,5 +0,0 @@ -add explorers per type/object - - change exec directory for all stages - - create cdist-remote-explorer-run that sets - - iterate over all stages again - - ensure discussed variables are in place