Closed (fixed)
Project:
CVS deploy
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
17 Jan 2008 at 17:48 UTC
Updated:
31 Jan 2008 at 17:53 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| cvs_deploy_infinite_recursion_5x.patch | 1.34 KB | dww | |
| cvs_deploy_infinite_recursion_6x.patch | 1.4 KB | dww |
Comments
Comment #1
dwwCommitted to HEAD and DRUPAL-5, and -dev tarballs rebuilt. ;)
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.