Closed (fixed)
Project:
Module Builder
Version:
7.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2010 at 08:00 UTC
Updated:
16 Feb 2011 at 18:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
joachim commentedUrgh. This was because Drush changed what it returns from pm_dl_destination() on HEAD -- there used to be the trailing slash and now there isn't.
#951084 by joachim: Fixed Drush HEAD omitting the trailing slash after the module directory path.
Comment #3
Anonymous (not verified) commentedI've started using MB for 7.x (which may not be recommended since it isn't on the project page), but I just wanted to note here that this is still an issue in the dev version of 7.x
Comment #4
joachim commentedOh the 7.x branch of module builder is horribly out of date. You can just use 6.x as a drush plugin and it should do the right thing for 7.x modules.
(Except code templates are wrong, because they're not versioned yet, not had time to write that.)
Comment #5
joachim commentedChanging status.
Comment #6
joachim commentedShould all be fixed now -- 6--2 and 7--2 both have the same code for Drush. Reopen if I missed something.