Changes between Version 41 and Version 42 of RefactorClient


Ignore:
Timestamp:
01/09/07 13:53:29 (16 years ago)
Author:
desai
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RefactorClient

    v41 v42  
    11= Bcfg2 Client Code Refactoring = 
     2 
     3This page reflects a completed project. It has been merged into trunk and was the basis for the 0.8.5 release. 
    24 
    35[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.) 
     
    1719== Implementation Status ==  
    1820 
    19 This work is happening at: 
     21This work was happening at: 
    2022{{{ 
    2123https://svn.mcs.anl.gov/repos/bcfg/branches/refactor/client 
    2224}}} 
     25 
     26It has since been completed and merged into trunk. 
    2327 
    2428Bcfg2.Client.Frame is completely finished. It redirects calls to lower-level tool modules. It also provides a unified view across all tools.