]> scripts.mit.edu Git - wizard.git/commit
Implement web verification for pre-upgrade and post-upgrade.
authorEdward Z. Yang <ezyang@mit.edu>
Sat, 3 Oct 2009 05:18:38 +0000 (01:18 -0400)
committerEdward Z. Yang <ezyang@mit.edu>
Sat, 3 Oct 2009 05:21:19 +0000 (01:21 -0400)
commit8264ae4501b4e3ca5e7fef548bebb33c16a62a65
tree5f3b6bcc178b820c7c0041dcff52bc6c91ca2169
parentc308cd3ee78951174d1732fe90be7e837e5f6350
Implement web verification for pre-upgrade and post-upgrade.

* checkWeb and verifyWeb for Application and Deployment
* Fix bug if MediaWiki update.php doesn't return any output
* Return backup name from d.backup(), and print it from 'wizard backup'
* Ignore keyboard interrupts when running upgrades
* Created get_web_host_and_path() function in wizard.scripts
* Created fetch() in wizard.util

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
13 files changed:
TODO
doc/module/wizard.deploy.rst
doc/module/wizard.util.rst
tests/test-upgrade-mediawiki-fail.sh [new file with mode: 0755]
tests/test-upgrade-mediawiki-webfail-php [new file with mode: 0644]
tests/test-upgrade-mediawiki-webfail.sh [new file with mode: 0755]
wizard/app/mediawiki.py
wizard/command/backup.py
wizard/command/upgrade.py
wizard/deploy.py
wizard/install.py
wizard/scripts.py
wizard/util.py