diff --git a/drupal-org-core.make b/drupal-org-core.make index 9571be9..d61ba39 100644 --- a/drupal-org-core.make +++ b/drupal-org-core.make @@ -19,3 +19,7 @@ projects[drupal][version] = "7.17" ; Allow to specify SCRIPT HTML element attributes through drupal_add_js() ; http://drupal.org/node/1664602#comment-6221066 projects[drupal][patch][] = http://drupal.org/files/1664602-1.patch + +; Make install profiles inheritable +; http://drupal.org/node/1356276 +projects[drupal][patch][] = http://drupal.org/files/1356276-base-profile-d7-39-do-not-test.patch diff --git a/osgroups.info b/osgroups.info new file mode 100644 index 0000000..56871f8 --- /dev/null +++ b/osgroups.info @@ -0,0 +1,7 @@ +base = commons + +name = OpenStack User groups site +project = osgroups +distribution_name = "OpenStack User groups" +description = Ready-to-use solution for managing OpenStack communities. +core = 7.x diff --git a/osgroups.install b/osgroups.install new file mode 100644 index 0000000..8d37190 --- /dev/null +++ b/osgroups.install @@ -0,0 +1,4 @@ +