]> scripts.mit.edu Git - wizard.git/commit
Implement 'wizard backup'. Other minor refactorings:
authorEdward Z. Yang <ezyang@mit.edu>
Sat, 3 Oct 2009 00:04:52 +0000 (20:04 -0400)
committerEdward Z. Yang <ezyang@mit.edu>
Sat, 3 Oct 2009 00:04:52 +0000 (20:04 -0400)
commit3c391e8d97efac20e9b9f52b5446bfac1b4239c2
treeea0c2f2d0358dfbadf89e8bc1099c82175a8fd4f
parent8f1a8beb76b18a061ef825b58daf2187d1c6dec7
Implement 'wizard backup'.  Other minor refactorings:

* Moved SQL credential detection to new wizard.scripts module
* Made error messages for wizard install a little better
* Make help message not as long for environment variables
* Move safe_unlink to wizard.util

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
bin/wizard
wizard/app/__init__.py
wizard/app/mediawiki.py
wizard/command/__init__.py
wizard/command/backup.py [new file with mode: 0644]
wizard/command/migrate.py
wizard/deploy.py
wizard/install.py
wizard/scripts.py [new file with mode: 0644]
wizard/util.py