-
fixed undefinded variable $dest which should have contained the paraent of drupal root.
-
* Renamed delete_dir() to drush_delete_dir(). * Added .gitignore with eclipse specific files.
-
Drush Multi (drush_multi): February 25, 2011 2:12
Commit 00a599e on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Updated documentation flor multi-nagios in multi_drush_help() and multi_drush_command().
-
Compatibilty with drush v.4.0-[dev rc*] : * Replaced all occurence of drush_op('system', $exec) with drush_op_system($exec) because it is recommended to use drush_op_system(). * In a special case drush_sql_dump($db_spec) returns an array now, the dump command is at the first index ($exec[0]), so multi-sql-dump without --dump-type=full (default) failed with drush v. 4.0-dev, becaues an array was passed drush_op_system(). * Added hook_drush_init() to check for drush v.4.0-[dev rc*] with a builddate newer or equal 27. Dec 2010 as requirement via checking DRUSH_VERSION and datestamp. * Removed backup symlink within document root, becaue pm-update aborts, if backup exists within the installation. * Updated documentation accourding to the required version. -
Deleted multi_exec_* and updated inline documentation.
-
Continued writing on _multi_nagios_site(), _multi_nagios_root() handles 'Bug fixes' and 'Security update' different. Updated Doxygen and inline documentation.
-
Continued writing nagios for sites.
-
Replaced occurence of multi-exec through with call of 'drush @sites ${command}' via drush_shell_exec(). -
Now using drush_user_abort() if used version is equal to recommended.