]> scripts.mit.edu Git - wizard.git/commit
Fix bugs, add better logging.
authorEdward Z. Yang <ezyang@mit.edu>
Wed, 19 Aug 2009 22:34:50 +0000 (18:34 -0400)
committerEdward Z. Yang <ezyang@mit.edu>
Wed, 19 Aug 2009 22:34:50 +0000 (18:34 -0400)
commit319846c8c7b8ed66fd32ba9af05bbf41fbe67b6a
tree159087f4f4d032497a2ebec6240aa40d11d1684e
parent5dc9b5012125951d56f2657c191f17d1e6ac4aae
Fix bugs, add better logging.

* dry_run semantics were improperly being triggered
  due to a logic bug.
* Created warnings.log and errors.log files, which
  are machine friendly lists of warning'd and error'd
  installs.
* Add the shorten number to make it easy for someone
  to grab a specific logfile.
* Add locking to migration; this means better error
  messages too
* Make call errors more expressive.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
TODO
wizard/command/__init__.py
wizard/command/mass_migrate.py
wizard/command/migrate.py
wizard/shell.py