Show
Ignore:
Timestamp:
08/13/07 17:26:50 (5 years ago)
Author:
trivoallan
Message:

cleverbox :

  • Factored environment in it's own class.
  • Made environment initialisation atomic
  • Created stubs for unit tests
  • Created stubs for color in cli output
  • It's now possible to use *nix user and group names instead of uid and gid in cleverbox.ini


Work in progress, probably buggy.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cleverbox/trunk/setup.py

    r176 r177  
    3434    # Project identity 
    3535    name='Cleverbox', 
    36     version='0.5.dev', 
     36    version='0.5dev', 
    3737    description='Script for automating multiple trac instances deployment and maintenance.', 
    3838    author='Tristan Rivoallan',