The build-openpublic.make file link from the project does not work.

The build-openpublic.make file from 7.x-1.0.4 does not build on BOA. I built several other distros from make files with out any problems, so I do not think it is my environment.

Dursh provides the flowing:

The 'core' attribute is required
You need to specify an API version of two in your makefile: api = 2

build-oepnpublic.make does specify the core and the API version:

1 api = 2
2 core = 7.x

Comments

DSheffler’s picture

Category: bug » support

We're not currently supporting OpenPublic on BOA (assuming you're referring to the web server). I am leaving this open so members of the community can help provide answers.

pedrorocha’s picture

Version: 7.x-1.0-beta4 » 7.x-1.0-beta8
Category: support » bug

Hi guys,
the problem isn't related only with BOA, because i'm using "drush make" in localhost and a similar problem is happening.

Include file missing: drupal-org-core.make [error]
No core project specified. [error]

socialnicheguru’s picture

I had to add the line api =2 to the make file

simon georges’s picture

Status: Active » Fixed

The current build-openpublic.make contains api = 2, so I suppose the issue is fixed, right?

Status: Fixed » Closed (fixed)

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