todo shift

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-10-07 16:27:50 +02:00
parent fd2fa23564
commit dd8617141e
2 changed files with 4 additions and 8 deletions

View File

@ -1,14 +1,6 @@
2.0.3:
- fix emulator
- introduce tests:
- does $require work?
- $whatever should fail if there is no global explorer directory
- emulator may only be called with __ as prefix - fail otherwise!
- Create GlobalExplorer
- base_dir passing in config/config_install superseeded by __cdist_base_dir?
--------------------------------------------------------------------------------

View File

@ -33,3 +33,7 @@ Tests needed:
- Fail if cache_dir cannot be created from current out_dir
- transfer_type_explorers: Explorers are not transferred twice
- transfer_type_explorers: No transfer tried if there are no type_explorers
- does $require work?
- $whatever should fail if there is no global explorer directory
- emulator may only be called with __ as prefix - fail otherwise!