Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
e35c4ea5
Commit
e35c4ea5
authored
Sep 24, 2009
by
mig5
Committed by
mig5
Sep 24, 2009
Browse files
#585810
- restore the vhost conf of a site on rollback from failed migration
parent
e3e4e36f
Changes
1
Hide whitespace changes
Inline
Side-by-side
platform/migrate.provision.inc
View file @
e35c4ea5
...
...
@@ -39,6 +39,7 @@ function drush_provision_drupal_pre_provision_migrate($url, $platform) {
*/
function
drush_provision_drupal_pre_provision_migrate_rollback
(
$url
,
$platform
)
{
$success
=
provision_path
(
"unlink"
,
drush_get_option
(
'backup_file'
),
TRUE
,
dt
(
'Removed unused migration site package'
),
dt
(
'Could not remove unused migration site package'
));
_provision_apache_create_vhost_config
(
$url
);
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment