Changes between Version 35 and Version 36 of RefactorClient
- Timestamp:
- 10/04/06 14:12:55 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RefactorClient
v35 v36 22 22 }}} 23 23 24 Bcfg2.Client.Frame is nearly completely finished. (It mainly redirects calls to underlying tools.)24 Bcfg2.Client.Frame is completely finished. It redirects calls to lower-level tool modules. It also provides a unified view across all tools. 25 25 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|| 37 37 [[BR]] All currently supported tools are now implemented. 38 38 [[BR]] … … 46 46 47 47 (V == Verify/I == Install/E == Extra detection/R == Removal) 48 49 ==Test Plan== 50 1. Get verification working, and verify results against the old client (done on debian, so we know that 48 51 49 52 == Design Notes ==