Closed (fixed)
Project:
Quickstart: Prebuilt Drupal Development Environment
Component:
Drush
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
2 Apr 2012 at 02:03 UTC
Updated:
9 Feb 2013 at 07:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
Sean Buscay commentedHello Matt.
The function:
drush_backend_invokehas been deprecated in favor of:
drush_invoke_processSee: http://drupalcontrib.org/api/drupal/contributions%21drush%21includes%21c...
Please see this gist for an update to the quickstart.inc file to make it work with Drush 5:
https://gist.github.com/2379407
I have replaced instances of drush_backend_invoke with drush_invoke_process
I have tested the code and it worked for this command with d6 and d7 make files:
drush quickstart-create all --domain=example.dev --makefile=/home/quickstart/jenkins/drupal-jenkins/makefiles/default.make --account-name=admin --account-pass=admin --account-mail=mail@quickstart.dev --site-name=DrupalSite --site-mail=mail@quickstart.dev --sites-subdir=defaultThe code in the gist can use more testing, so please let me know how it worked for you. Also, I am not sure the integrate = TRUE param needs set.
I referenced this thread when changing the quickstart file:
http://drupal.org/node/1152908
Comment #2
traviscarden commentedGood job, @Sean Buscay. It works for me. Here's a patch.
Comment #3
Sean Buscay commentedMichael. Should we coordinate to get the patch in before building a the next LTS?
Comment #4
mike stewart commentedReviewing
Comment #5
mike stewart commentedTested patch. Works as stated. Added to 7.x-2.x branch preparing for Quickstart 2 (Image not released)
Comment #7
elvis2 commentedJust another confirmation that #2 worked for me.
Thanks!
Comment #7.0
elvis2 commentedUpdated issue summary.