Changes between Version 41 and Version 42 of RefactorClient
- Timestamp:
- 01/09/07 13:53:29 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RefactorClient
v41 v42 1 1 = Bcfg2 Client Code Refactoring = 2 3 This page reflects a completed project. It has been merged into trunk and was the basis for the 0.8.5 release. 2 4 3 5 [source:branches/refactor/client/src/lib/Client This branch] is for work in decomposing the platform-specific client modules into service/packaging system-specific modules; the platform-specific modules will then just import the service/packaging system-specific modules they require (e.g. Redhat.py would import rpm.py and chkconfig.py, all the platforms will import encap.py, etc.) … … 17 19 == Implementation Status == 18 20 19 This work is happening at:21 This work was happening at: 20 22 {{{ 21 23 https://svn.mcs.anl.gov/repos/bcfg/branches/refactor/client 22 24 }}} 25 26 It has since been completed and merged into trunk. 23 27 24 28 Bcfg2.Client.Frame is completely finished. It redirects calls to lower-level tool modules. It also provides a unified view across all tools.