drupal_ti icon indicating copy to clipboard operation
drupal_ti copied to clipboard

Drush DL getting incorrect versions

Open Decipher opened this issue 9 years ago • 3 comments

I don't know if this is due to an recent changes or the release of Drupal 8, but it appears that 'drush dl' commands are working inconsistently between different PHP versions. The obvious reason for that of course is the version of Drush being installed on 5.3 is different to those above.

The issue specifically is when I need to add a test dependency via Drush for a Drupal 7 module, 'drush dl' appears to be getting the Drush 8 release instead of the Drupal 7.

On this, it does look like it's an indicator that the 'drush use' stuff that I implemented previously isn't entirely working correctly, so I will have a look into that as soon as possible.

See the following test log to see the issue in practice: https://travis-ci.org/Decipher/file_aliases/jobs/93308484#L773

A simple workaround is to specify the version of the module in the 'drush dl' command: https://travis-ci.org/Decipher/file_aliases/jobs/93419634#L247

Decipher avatar Nov 26 '15 20:11 Decipher

A chance for a patch / PR?

LionsAd avatar Nov 26 '15 20:11 LionsAd

Always. As soon as I can, it will be done. On 27 Nov 2015 7:58 AM, "Fabian Franz" [email protected] wrote:

A chance for a patch / PR?

— Reply to this email directly or view it on GitHub https://github.com/LionsAd/drupal_ti/issues/59#issuecomment-159993453.

Decipher avatar Nov 27 '15 02:11 Decipher

Interesting bug ...

LionsAd avatar Dec 12 '15 21:12 LionsAd