todo update

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-26 20:43:44 +01:00
parent dcaf0f619b
commit 31eb98f3cf
3 changed files with 12 additions and 4 deletions

View File

@ -43,10 +43,13 @@ x generate code to be executed on clients (stage 4)
x execute code on client (stage 5)
- Last doc stuff for 1.0.0:
- remove old documentation from doc/man/!
x remove old documentation from doc/man/!
- Check all references in manpages, ensure all manpages exist
- cdist
- cdist-deploy-to
- cdist-manifest
- cdist-quickstart: how to get started
- ensure every file in bin/ has a correspondent manpage
- cdist-quickstart [WRITE]
- how to write a minimal host manifest
- cdist-type [IMPORTANT]
- only do necessary work [TYPE IMPLEMENTATION HINTS]
- install packages only if not existent
@ -62,7 +65,8 @@ x execute code on client (stage 5)
- DOC: exported variables: __type, __explorer, __type_explorer, __object, __object_id
- Cleanup READMEs
- Check all references in manpages, ensure all manpages exist
- Ensure manpages are formatted correctly
- Ensure html output of manpages are published on the web
- Makefile:
- Add install target

View File

@ -1 +1,4 @@
Prepare documentation for 1.0.0.
- Check all references in manpages
- cdist.text, cdist-quickstart
- write cdist-quickstart

View File

@ -38,3 +38,4 @@ Documentation:
- cdist-trigger after first run from /var/lib/cdist/out/bin?
- Different environments (production, integration, development)
- via version control
- Define how to raise errors in types