Trying to import the default site for #453492: cannot provision migrate default site doesn't write the drushrc.php as it should. Vertice hinted at a patch by pasting this on IRC:
16:08:55 <@Vertice> function provision_drupal_provision_import($url = NULL) {
16:09:01 <@Vertice> drush_bootstrap(DRUSH_BOOTSTRAP_DRUPAL_FULL);
16:09:05 <@Vertice> drush_include_engine('drupal', 'import', drush_drupal_major_version());
16:09:08 <@Vertice> drush_set_option('installed', TRUE, 'site');
16:09:08 <@Vertice> }
Comments
Comment #1
anarcat commentedThe patch was committed, but I'm still getting nothing:
No file is created in sites/default/
Comment #2
anarcat commentedFixed. The suggested patch was commited and works.