hosting_package.drush.inc in Hosting 5
Same filename and directory in other branches
File
package/hosting_package.drush.incView source
<?php
function drush_hosting_package_pre_hosting_task() {
$task =& drush_get_context('HOSTING_TASK');
if ($task->ref->type == 'site') {
$profile = node_load($task->ref->profile);
if ($task->task_type != 'import') {
$task->options['profile'] = $profile->short_name;
}
}
}
Functions
Name | Description |
---|---|
drush_hosting_package_pre_hosting_task |