]> scripts.mit.edu Git - wizard.git/commit
Enhancements from our first migration.
authorEdward Z. Yang <ezyang@mit.edu>
Thu, 20 Aug 2009 16:34:13 +0000 (12:34 -0400)
committerEdward Z. Yang <ezyang@mit.edu>
Thu, 20 Aug 2009 16:34:13 +0000 (12:34 -0400)
commitd5a1592d7d682a4d453e05ac5cecea604f35f323
treec766a2e34ac5262d03f536fa3313ae86a5b38d4c
parent319846c8c7b8ed66fd32ba9af05bbf41fbe67b6a
Enhancements from our first migration.

* Make MediaWiki regex more lenient with trailing newlines
* Add check to see if application is configured; if it isn't
  bail out and don't migrate.
* Perform increments early enough so that numeric IDs are unique
* Fix bug in increment printing
* fdopen() doesn't work, so simply create a blank lockfile
* Make force removal log message more descriptive
* Remove .scripts/old-version code
* Prefer git describe method, but if it doesn't work switch
  to .scripts-version
* Make shell return appropriate values during dry runs
* Make call error more descriptive (this messes with exception
  counting, however.)

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