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

MichaelCole’s picture

Category: bug » support
Status: Active » Fixed

Hi 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

heyyo’s picture

Yes 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.

MichaelCole’s picture

Hi 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

heyyo’s picture

I 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.

MichaelCole’s picture

Title: drush up only few results not all » drush vset update_max_fetch_time 60
Category: support » task
Status: Fixed » Active

Quick note to add this to the next version of Quickstart.

MichaelCole’s picture

Status: Active » Closed (won't fix)

Unfortunately there's no global setting for this.

firfin’s picture

Component: Code » Image Build

It 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