Closed (duplicate)
Project:
Open Atrium
Component:
Miscellaneous
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jun 2013 at 21:32 UTC
Updated:
18 Jun 2013 at 21:49 UTC
When installing the OpenAtrium distribution via SimplyTest, the install "Select an installation profile" page gives you the choice of the minimal or Standard: OpenAtrium isn't an option. This is probably due to OpenAtrium's use of inherited profiles (it inherits from Panoploy).
I've set this as a bug for now, but feel free to set it as a feature request to handle distributions with inherited profiles (assuming that's the root cause of it failing).
http://simplytest.me/project/openatrium/7.x-2.0-alpha5
Thanks!
Comments
Comment #1
patrickd commentedThe problem is that the openatrium build-makefile is not following the common practices.
Profiles must specify them selfs in the build-[name].make file. (Eg. see the build-spark.make file)
build-openatrium.make currently:
But should be:
I'm not sure whether inheritance of profiles should be a problem (I certainly hope not).
Move to the OpenAtrium queue to see what they think about it
thanks for the report!
Comment #2
dsnopekThere is already an issue open for this: #1983280: OpenAtrium profile doesn't work on Simplytest.me
However, there's lots of great info in your comment! I'm going to copy it over...
Comment #3
patrickd commentedOops, sorry for the duplicate, thanks! :)