It would be nice to be able to use 'drush make' with the data from mydropwizard. This would mean putting the module into the ~/.drush directory (because there is no bootstrapped site) and then still work with the drupal.org data for Drupal 7 and 8.

I think having a --release-backend=mydropwizard option would be fine!

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dsnopek created an issue. See original summary.

dsnopek’s picture

Status: Active » Needs review
FileSize
1.59 KB

This patch doesn't work yet, but it nearly does. I'm not totally sure why it doesn't work yet...

dsnopek’s picture

FileSize
1.93 KB
598 bytes

Here's a patch that gets this working for me with Drush 8! I need to do some testing with older versions of Drush to make sure that 7.x works, and it doesn't break 4, 5, and 6 (since some unlucky users of ours are using the 'mydropwizard' module, but are stuck with super old unsupported versions of Drush).

dsnopek’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
2.3 KB
2.27 KB

Alright, I added some version checks and an additional comment. This patch works for me with Drush 4, 5, 6, 7 and 8!

  • dsnopek committed f030b7b on 6.x-1.x
    Issue #2695709 by dsnopek: Allow mydropwizard to work with 'drush make'
    
dsnopek’s picture

Status: Reviewed & tested by the community » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.