Changes between Version 19 and Version 20 of RefactorClient


Ignore:
Timestamp:
09/23/06 17:40:32 (17 years ago)
Author:
dclark
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RefactorClient

    v19 v20  
    5656== Writing a Client Tool Module == 
    5757 1. Add a new file in src/lib/Client/Tools/ 
    58  1. Add an entry for this file in src/lib/Client/Tools/__init__.py 
     58 1. Add an entry for this file in src/lib/Client/Tools/!__init!__.py 
    5959 1. Add a class in this file, with the same name as the file, that subclasses Bcfg2.Client.Tools.Tool (Bcfg2.Client.Tools.!PkgTool for packaging systems) 
    6060 1. Add a method Verify<entry.tag> that returns true or false, based on client state (Mark Verify as done)