Closed (fixed)
Project:
Drush Make
Version:
6.x-2.0-beta5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2009 at 17:26 UTC
Updated:
10 Jan 2010 at 21:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
dmitrig01 commentedyeah, version parsing could be a bit better. try 3-dev
Comment #2
kong commentedThat still doesn't do the trick. However, I took a peek at the
$project['release_history']->releases->releasearray and figured something out:The release object for admin_menu-6.x-3.0-alpha3 contains
And the release object for admin_menu-6.x-3.x-dev contains
The difference is that there is no
[version_patch]attribute for DEV version. So I modified the code indrush_make.drush.incand the make file above seems to work fine. Please see the attached patch below.Comment #3
dmitrig01 commentedComitted - thanks~
Comment #4
dmitrig01 commented