Some upcoming DrupalCamps want to build off of a dev version of cod. Pulling in cod_support from CVS isn't right for everyone doing drush make, but it does make sense for these folks. Let's provide some commented out code that pulls from CVS in cod.make to make it easier for devs.
Comments
Comment #1
sirkitree commentedI just went through the make file process and it downloaded cod_support into sites/all/modules/features/cod_support for me
Comment #2
ezra-g commentedSure - What I'm proposing is either a separate make file or commented out lines that pull the dev version of cod_support rather than the latest release, so we can tell developers to "just use cod-dev.make".
Comment #3
ezra-g commentedComment #4
sirkitree commentedLooks like that is now possible in alpha3
Comment #5
sirkitree commentedhrm, maybe not... i don't even get a checkout of cod_support if i use the -dev build's make file
I do if i use stable.
Comment #6
ezra-g commentedIndeed - Bummer! I've added the download type = git, and pointed it to the recently created 6.x-1.x branch.
Can you confirm that this resolves the problem?
Comment #7
sirkitree commentedConfirmed.
Using 'cod-dev.make' from cod's 6.x-1.x branch does indeed pull cod_support's repo.