Statistics
| Branch: | Tag: | Revision:

root / tools / cfgupgrade @ 2a2060ff

History | View | Annotate | Download (3.5 kB)

# Date Author Comment
e0732b36 04/08/2008 03:54 pm Michael Hanselmann

Remove support for Pickle configuration files

Reviewed-by: iustinp

1c2d87fc 04/08/2008 03:54 pm Michael Hanselmann

Add more explicit help for command line

Reviewed-by: iustinp

f97c7901 04/08/2008 03:53 pm Michael Hanselmann

Update copyright year, imports of cfgupgrade

Reviewed-by: iustinp

f4bc1f2c 12/03/2007 04:03 pm Michael Hanselmann

Various code style fixes for strings.

- When line wrapping is needed, move spaces to the next line.
- Remove embedded line breaks from error messages.

Reviewed-by: schreiberal

319856a9 10/04/2007 02:33 pm Michael Hanselmann

Change configuration storage format from Pickle to JSON.

- Add NEWS file with major changes between versions.
- Bump RPC version number
- No longer serialize in RPC, but just convert to dict

Old Pickle based configuration files can be converted using the cfgupgrade...

3ecf6786 08/14/2007 06:17 pm Iustin Pop

Style changes for pep-8 and python-3000 compliance.

This changes the raising of exceptions from:
raise Exception, value
to
raise Exception(value)

as the first form will be removed in python-3000 and the second form is
preferred now.

The changes also involve a few cases of changing from raising standard...

60edf71e 08/02/2007 07:40 pm Michael Hanselmann

Implement --dry-run for cfgupgrade.

Reviewed-by: iustinp

0006af7d 08/02/2007 04:45 pm Michael Hanselmann

Add configuration upgrade utility.

Reviewed-by: iustinp