Closed (duplicate)
Project:
Quickstart: Prebuilt Drupal Development Environment
Component:
Drush
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2012 at 15:43 UTC
Updated:
11 Sep 2012 at 18:35 UTC
Jump to comment: Most recent file
Comments
Comment #1
bircherdrush_backend_invoke() needs to converted to drush_invoke_process() according to http://www.drush.org/drush-4-to-drush-5
the attached patch works for me. But I have only tested quickstart-create.
please inspect carefully, I never used drush_invoke_process() before.
I am unsure especially about the first parameter $site_alias_record.
Thanks
Comment #2
traviscarden commentedThanks for the patch, @bircher. This has actually been fixed already in #1511728-2: Make quickstart-create compatible with Drush 5 and committed. Be sure to update the git repository in
~/quickstartfor all the latest changes.