Changes between Version 35 and Version 36 of RefactorClient


Ignore:
Timestamp:
10/04/06 14:12:55 (17 years ago)
Author:
desai
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RefactorClient

    v35 v36  
    2222}}} 
    2323 
    24 Bcfg2.Client.Frame is nearly completely finished. (It mainly redirects calls to underlying tools.) 
     24Bcfg2.Client.Frame is completely finished. It redirects calls to lower-level tool modules. It also provides a unified view across all tools.  
    2525 
    26 ||Tool||Status||Who|| 
    27 ||RPM|| done||NLD|| 
    28 ||POSIX||done||NLD|| 
    29 ||Encap||done||DC|| 
    30 ||SYSV||done||NLD|| 
    31 ||Pkg-get (Blastwave)||done||NLD|| 
    32 ||APT||done||NLD|| 
    33 ||ChkConfig||done||NLD|| 
    34 ||SMF||done||NLD|| 
    35 ||PostInstall||done||NLD|| 
    36 ||DebInit||done||NLD|| 
     26||Tool||Status||Who||Tested?|| 
     27||RPM|| done||NLD|| No|| 
     28||POSIX||done||NLD||Yes|| 
     29||Encap||done||DC||No|| 
     30||SYSV||done||NLD||No|| 
     31||Pkg-get (Blastwave)||done||NLD||No|| 
     32||APT||done||NLD||Yes|| 
     33||ChkConfig||done||NLD||No|| 
     34||SMF||done||NLD||No|| 
     35||PostInstall||done||NLD||Yes|| 
     36||DebInit||done||NLD||Yes|| 
    3737[[BR]] All currently supported tools are now implemented. 
    3838[[BR]] 
     
    4646 
    4747(V == Verify/I == Install/E == Extra detection/R == Removal) 
     48 
     49==Test Plan== 
     501. Get verification working, and verify results against the old client (done on debian, so we know that  
    4851 
    4952== Design Notes ==