When attempting to download the user_management module with Drush, I get a warning telling me that there is no release available, and the module is not downloaded. Expected behavior is for the 'drush dl' command to download successfully. Here's the command and message:
$shark@laptop:/var/www/d6sandbox> drush dl user_management
There is no *recommended* release for project user_management on Drupal 6.x. Ask the maintainer to review [ok]
http://drupal.org/node/197584 and create/recommend a release in order to be compatible with drush and the
drupal.org security broadcast system. A recommended development snapshot release is sufficient. Alternatively, run
pm-releases command and explicity pm-download any non-recommended release that might be available.
Comments
Comment #1
Darren Shelley commentedHi Shark,
Appologies for the delayed response
What version of drush are you using? I just attempted this command from my dev box running drush 3.0 and received the following feedback..
[darrens@sbgtest site1]$ /var/www/drush/drush dl user_management
Project user_management (6.x-1.0) downloaded to [success]
/scratch/home/ktibbs/www/site1/drupal/sites/all/modules/user_management.
Version 1 is flagged up as the recommended release for Drupal 6.
Regards
Darren
Comment #2
Darren Shelley commented