]> scripts.mit.edu Git - wizard.git/history - wizard/command/massmigrate.py
Implement 'wizard install', with other improvements.
[wizard.git] / wizard / command / massmigrate.py
2009-08-07  Edward Z. YangImplement 'wizard install', with other improvements.
2009-08-02  Edward Z. YangDocument wizard.shell, and fix bug in massmigrate.
2009-08-02  Edward Z. YangMajorly update and expand documentation. Minor API...
2009-07-30  Edward Z. YangRefactor to get rid of _package.py using __import__ magic.
2009-07-29  Edward Z. YangRefactor get*() to .() with property decorator.
2009-07-07  Edward Z. YangMassive refactor; use batons, wizard summary SUBCOMMAND
2009-07-01  Edward Z. YangFix missing util prefix, pwd import and str+int concate...
2009-06-29  Edward Z. YangClarify 'userspace' => 'unpriviledged user'.
2009-06-29  Edward Z. YangAdd security check for mountpoints.
2009-06-29  Edward Z. YangRename cache to serialized set.
2009-06-29  Edward Z. YangMassive refactoring for readability (thanks geofft!)
2009-06-29  Edward Z. YangRemove rollback code (could destroy useful state),...
2009-06-29  Edward Z. YangFix possibly vulnerable ldap code to use better kernel...
2009-06-29  Edward Z. YangFactor out common error messages to _base in prep for...
2009-06-28  Edward Z. YangDrastically improve written log output.
2009-06-28  Edward Z. YangImplement cache for already processed installs.
2009-06-28  Edward Z. YangRename lib/wizard to wizard for compactness.