Running:
drush make --drupal-org cod.make sitepath

Results in:
Project information for cod_support retrieved. [ok]
Invalid version for cod_support. [error]

Adding a line for the version seems to fix the error.
projects[cod_support][version] = 1.0-alpha1

If you want to use the development version:
projects[cod_support][version] = 1.x-dev

Patch attached.

Note: the switch "--drupal-org" is required or else a "No core project specified" error halts the installation.

Comments

greggles’s picture

Title: Make file has invalid version » Make file has invalid version, lacks core version, and let's fix jquery_ui too
StatusFileSize
new2.7 KB

Here's a patch that does too much. Sorry.

1. It includes chris_five's fix.
2. It includes the core fix he mentioned.
3. It includes code to do the jquery UI stuff.
4. I then created a new drupal-org.make based on it.

greggles’s picture

greggles’s picture

Let's try that again.

greggles’s picture

ezra-g’s picture

Status: Needs review » Fixed

Committed. Thanks!

Status: Fixed » Closed (fixed)

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

  • Commit 3c23b66 on 6.x-1.x, pisces by ezra-g:
    bug #903664 by greggles and chris_five: Make file has invalid version,...

  • Commit 3c23b66 on 6.x-1.x, pisces, cod_demo_content by ezra-g:
    bug #903664 by greggles and chris_five: Make file has invalid version,...