drush dl, drush dl drupal, drush dl drupal-5.x, drush dl drupal-7.x all just download drupal-6.10.

Comments

owen barton’s picture

Status: Active » Fixed

Committed a fix

q0rban’s picture

Status: Fixed » Active

I'm figuring this is related, and therefore already fixed, since I'm using alpha2 not HEAD, so I apologize in advance for re-opening if that's the case.

~/Sites/sandbox/sites/all/themes: drush dl zen
Project zen (6.x-2.x-dev) downloaded to /Users/q0rban/Sites/sandbox/sites/all/themes/.                                          [success]
~/Sites/sandbox/sites/all/themes: drush dl zen-6.x-1.x
Project zen (6.x-2.x-dev) downloaded to /Users/q0rban/Sites/sandbox/sites/all/themes/.                                          [success]
~/Sites/sandbox/sites/all/themes: rm -rf zen
~/Sites/sandbox/sites/all/themes: drush dl zen-6.x-1.0
Project zen (6.x-1.0) downloaded to /Users/q0rban/Sites/sandbox/sites/all/themes/.                                              [success]

downloading any project that has no stable 2.x releases just downloads 2.x-dev instead of the stable release of 1.x. Also, downloading 6.x-1.x still downloads 2.x-dev instead of 6.x-1.0. You actually have to specify exactly which version (in this case 6.x-1.0) to get the stable version of the module/theme.

owen barton’s picture

Status: Active » Fixed

@q0rban - this code has been pretty much rewritten since alpha2 - please check out HEAD and reopen if you still have issues here

Status: Fixed » Closed (fixed)

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