Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-11 23:42:53 +02:00
commit 2490b983ba
3 changed files with 9 additions and 4 deletions

View file

@ -44,5 +44,3 @@ DOCUMENTATION
- asciidoc interprets __, which we use for variables
names -> seek through docs and replace with \_\_!
- reference explorers in cdist-reference!
- compare running times:
one, 5, 10, 50, 100, 1000 hosts => how does cdist scale?

View file

@ -1,2 +1,6 @@
- Remove all FIXME entries
- Write cdist-manpage
- Remove obsolete manpages
- Support different home instead of ../
- Bug: os.path.join() may be wrong for the remote side!
-> does not matter for now!