Closed (fixed)
Project:
OpenPublic
Version:
7.x-1.0-beta8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2011 at 19:45 UTC
Updated:
16 Feb 2013 at 18:20 UTC
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 = 2build-oepnpublic.make does specify the core and the API version:
1 api = 2
2 core = 7.x
Comments
Comment #1
DSheffler commentedWe'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.
Comment #2
pedrorocha commentedHi 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]
Comment #3
socialnicheguru commentedI had to add the line api =2 to the make file
Comment #4
simon georges commentedThe current build-openpublic.make contains
api = 2, so I suppose the issue is fixed, right?