Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-18 00:49:34 +01:00
parent 0195b14f09
commit 94fce76b02
1 changed files with 2 additions and 10 deletions

View File

@ -1,9 +1,9 @@
Core: Core:
- write test case: test.sh - write test case: test.sh
- probably remove grep -q (solaris does not have it) - probably remove grep -q (solaris does not have it)
Dependencies: Dependencies:
- Add meta parameters like --requires --excludes --depends? - via env
- Build dependency tree - Build dependency tree
- Exit on any error - Exit on any error
- Check return codes - Check return codes
@ -28,17 +28,9 @@ Documentation:
- Different environments (production, integration, development) - Different environments (production, integration, development)
- via version control - via version control
- Check all references in manpages, ensure all manpages exist, generic ones: - Check all references in manpages, ensure all manpages exist, generic ones:
+ cdist
+ cdist-deploy-to
+ cdist-manifest
- ensure every file in bin/ has a correspondent manpage - ensure every file in bin/ has a correspondent manpage
- cdist-code-run-all
- cdist-manifest-run
- cdist-object-codegen
- cdist-object-codegen-all
- cdist-remote-code-run-all - cdist-remote-code-run-all
- cdist-remote-explorer-run - cdist-remote-explorer-run
- cdist-run-remote
- cdist-type-build-emulation - cdist-type-build-emulation
- cdist-type-emulator - cdist-type-emulator
- Ensure html output of manpages are published on the web - Ensure html output of manpages are published on the web