mirror of
https://github.com/farmOS/farmOS.git
synced 2024-02-23 11:37:38 +01:00
389b9de91c
This reverts commit b60af8de2a
.
18 lines
638 B
Makefile
18 lines
638 B
Makefile
api = 2
|
|
core = 7.x
|
|
|
|
; -----------------------------------------------------------------------------
|
|
; Drupal core
|
|
; -----------------------------------------------------------------------------
|
|
|
|
includes[] = drupal-org-core.make
|
|
|
|
; -----------------------------------------------------------------------------
|
|
; farmOS installation profile
|
|
; -----------------------------------------------------------------------------
|
|
|
|
projects[farm][type] = profile
|
|
;projects[farm][version] = 7.x-1.4
|
|
projects[farm][download][type] = git
|
|
projects[farm][download][url] = http://git.drupal.org/project/farm.git
|
|
projects[farm][download][branch] = 7.x-1.x
|