inherit commons as a base profile

This commit is contained in:
Márton Kiss 2013-01-11 22:40:49 +01:00
parent 9d068a842c
commit 3e879437db
4 changed files with 18 additions and 0 deletions

View File

@ -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

7
osgroups.info Normal file
View File

@ -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

4
osgroups.install Normal file
View File

@ -0,0 +1,4 @@
<?php
function osgroups_install() {
}

3
osgroups.profile Normal file
View File

@ -0,0 +1,3 @@
<?php