Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#529348 - make disable work even when the site doesn't exist
#559454 - backup using gzip only when relevant
include the time in the backup file so we know when the backup was done, regardless of the timestamp
don't run gzip as a separate process this improves performance radically on big backups
Set the umask in the settings.php file, so that directories created by the web server remain writable. Also chmod on the files directory is no longer generating an error. This is a critical issue that stopped verification, deleting and migration of any site with imagecache enabled. namely all open atrium sites. also fix #533034
#529348 - do not failed disabling broken sites
Added chmod_recursive, chown_recursive and chgrp_recursive to provision_path, and also added -p to the tarball creation and extraction, to preserve permissions.
when doing backups, don't use '*' as a pattern because that's relative to the current directory, use .
when doing backups, do not use a seperate command to cd, tell tar to use that directory instead. this will make sure that the command doesn't succeed if the source directory doesn't exist
internally strip out .gz suffix of provided backup_file so that we compress it properly later
properly set the backup file if provided on the commandline, this was breaking manual backups
add a new --force flag for backups that allows disable and delete to skip error checking Closes: #458250
#456622 - ensure that drush_invoke operates in a clean namespace and does not mistake drupal hooks as its own. Check the issue for the conversion script.
correctly report the site as *not* found if not installed
Move to drush_invoke instead of provision_invoke
follow the error API changes, see #411822
#411822 - refactor to use drush_bootstrap. This also should fix #408810.
#407334 - Refactor to use the drush_context API instead of passing a reference to the $args global
#374797 - move to drush_log and drush_set_error. Tackle all the PROVISION_*_ERROR constants
#374797 - move to drush_log and drush_set_error
Synched head with d6 branch. Works with drush 2.x and no longer needs to be enabled on a site, as it is no longer a module. Hosting has not been updated to point to the right place per server, so you have to create the symlink to the central drush.php yourself. I have not sorted out the version specific stuff yet either.
First import of the basis of the 0.2 release of provision. This version has a much cleaner api, through the dynamic inclusion of <command>.provision.inc files , which any module can overload. Each of these files has the exact same structure, and thus it is much clearer what happens when, and much much simpler to document / extend. I also removed all the drupal dependencies i could find, in preperation for moving to a version agnostic drush, for all buy provision_drupal (which is going to be spun off into a different project). This also includes a working update command, and keeps track of the modules installed on a site after every verify / upgrade process. This information is not being tracked in hosting, yet
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |