I don't really understand this strange behavior of the command drush up.
it lists randomly few of my modules installed, between 2 to 8 results...i have to execute it few times to update all my modules, and not all of them are listed. I tried drush self-update command but it bugs with this error: "Cannot determine release date for drush "
I tried your update script :
git pull
bash update.sh
but i still have the same problem.
my version of drush is 4.3-dev according the command drush status
Comments
Comment #1
MichaelCole commentedHi Heyyo,
Quickstart is separate from the Drush project (except for the quickstart-* commands).
File drush issues here: http://drupal.org/project/drush
Although be warned, sometimes he's a grumpy guy :-)
Mike
Comment #2
heyyo commentedYes I know drush is not a part of your project, but because of the new commands you add, I'm not sure how to install a new version of drush and keeping your commands. Do you have this strange behavior too in your quickstart ?
I will chek in the issue queue of drush.
Thanks for you answer anyway.
Comment #3
MichaelCole commentedHi Heyyo,
Drush, Quickstart, and Drush Make have separate code.
- Drush is installed into the ~/drush folder.
- Quickstart commands are in the ~/.drush/quickstart folder. (note the . in .drush)
- Drush make is in ~/.drush/drush_make
You can "uninstall" Quickstart and Drush Make by moving ".drush" to "backup" and then test out Drush.
You can upgrade Drush by changing what's in the ~/drush folder.
The update script should give you the most current version.
Good luck :-)
Mike
Comment #4
heyyo commentedI finally found a solution to my problem, it's a slow performance issue.
I launch the command :
drush vset update_max_fetch_time 60
as described here:
http://drupal.org/node/952394#comment-4321800
http://drupal.org/node/1002658#comment-4370790
and now drush up works as before.
Thanks for your support, and your great project.
Comment #5
MichaelCole commentedQuick note to add this to the next version of Quickstart.
Comment #6
MichaelCole commentedUnfortunately there's no global setting for this.
Comment #7
firfin commentedIt might be a good idea to put this in the documentation somewhere.
I wasn't sure where to put it exactly, so I edited my best guess : 'requirements and performance' http://drupal.org/node/836948