Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drush DL getting incorrect versions #59

Open
Decipher opened this issue Nov 26, 2015 · 3 comments
Open

Drush DL getting incorrect versions #59

Decipher opened this issue Nov 26, 2015 · 3 comments
Labels

Comments

@Decipher
Copy link
Contributor

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

@LionsAd
Copy link
Owner

LionsAd commented Nov 26, 2015

A chance for a patch / PR?

@Decipher
Copy link
Contributor Author

Always. As soon as I can, it will be done.
On 27 Nov 2015 7:58 AM, "Fabian Franz" notifications@github.com wrote:

A chance for a patch / PR?


Reply to this email directly or view it on GitHub
#59 (comment).

@LionsAd
Copy link
Owner

LionsAd commented Dec 12, 2015

Interesting bug ...

@LionsAd LionsAd added the bug label Dec 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants