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

sirkitree’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
Status: Active » Reviewed & tested by the community

I just went through the make file process and it downloaded cod_support into sites/all/modules/features/cod_support for me

ezra-g’s picture

Status: Reviewed & tested by the community » Needs review

Sure - 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".

ezra-g’s picture

Title: Make it easier for developers to grab cod_support from cvs » Make it easier for developers to grab cod_support from git
sirkitree’s picture

Status: Needs review » Fixed

Looks like that is now possible in alpha3

sirkitree’s picture

Status: Fixed » Needs work

hrm, 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.

ezra-g’s picture

Status: Needs work » Needs review

Indeed - 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?

sirkitree’s picture

Status: Needs review » Fixed

Confirmed.

Using 'cod-dev.make' from cod's 6.x-1.x branch does indeed pull cod_support's repo.

...
cod_support cloned from http://git.drupal.org/project/cod_support.git.                                                                                                                                                                                                  [ok]
Checked out revision 6.x-1.x. 

Status: Fixed » Closed (fixed)

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

  • Commit 3dafd49 on 6.x-1.x, pisces by ezra-g:
    feature #1026546 by ezra-g:  Make it easier for developers to grab dev...
  • Commit 05d83c0 on pisces by ezra-g:
    Have cod-dev act as a meta make file pulling in cod_support from git by...

  • Commit 3dafd49 on 6.x-1.x, pisces, cod_demo_content by ezra-g:
    feature #1026546 by ezra-g:  Make it easier for developers to grab dev...
  • Commit 05d83c0 on pisces, cod_demo_content by ezra-g:
    Have cod-dev act as a meta make file pulling in cod_support from git by...