]> scripts.mit.edu Git - wizard.git/commit
Implement 'wizard install', with other improvements.
authorEdward Z. Yang <ezyang@mit.edu>
Fri, 7 Aug 2009 06:37:46 +0000 (02:37 -0400)
committerEdward Z. Yang <ezyang@mit.edu>
Fri, 7 Aug 2009 06:41:21 +0000 (02:41 -0400)
commit927306192de34246cb2babe858262e8184a1b57d
tree9026993be99b4b9b41d17a69402f929e47c7d52b
parentb08fb44e8481a27ec4a0ea98218117b66f0fcb03
Implement 'wizard install', with other improvements.

* Chmod config directory to be 777 for mediawiki autoinstall
* Rewrite configure to use applications() function
* Replace wizard_bin with "wizard", which then gets converted
* Add support for interactive mode
* Remove wizard.util hack by splitting out into git module
* Allow PythonCallError to work even when stderr is None
* Update TODO

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
TODO
bin/wizard
wizard/app/mediawiki.py
wizard/command/configure.py
wizard/command/install.py [new file with mode: 0644]
wizard/command/massmigrate.py
wizard/git.py [new file with mode: 0644]
wizard/install.py
wizard/shell.py
wizard/util.py