Now that http://drupal.org/node/209242 landed in update.module in core, cvs_deploy() causes infinite recursion if you have any modules deployed from HEAD. See http://drupal.org/node/208687#comment-689048 (comment #9) for more. The solution is pretty easy... we just have to pull available update data directly from cache instead of calling update_get_available(), and then everything still works nicely.

Attaching patches for both 5.x and 6.x.

Comments

dww’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD and DRUPAL-5, and -dev tarballs rebuilt. ;)

Anonymous’s picture

Status: Fixed » Closed (fixed)

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