forked from opendevshop/devshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build-devmaster.make
47 lines (40 loc) · 1.74 KB
/
build-devmaster.make
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
;
; Loads the DevMaster install profile from drupal.org.
;
; This makefile is used by the DevShop standalone installer to build devmaster.
;
core = 7.x
api = 2
projects[drupal][type] = core
projects[drupal][version] = 7.65
; RELEASE
; Leave in place for replacement by release process.
projects[devmaster][version] = 1.x-dev
projects[devmaster][type] = "profile"
projects[devmaster][download][type] = "git"
###DEVELOPMENTSTART###
; DEVELOPMENT OVERRIDE
; Removed during release process.
; This is so that different version of "devshop" (the branch) can install a different version of devmaster.
; This ensures that people that install the latest 1.x devshop get the absolute latest from github.
projects[devmaster][type] = profile
projects[devmaster][download][type] = git
projects[devmaster][download][branch] = 7.x-1.x
projects[devmaster][download][url] = "https://github.com/opendevshop/devmaster.git"
###DEVELOPMENTEND###
; CAS
; The CAS and HybridAuth libraries are not whitelisted by drupal.org, so we include them here.
libraries[cas][download][type] = "git"
libraries[cas][download][url] = "https://github.com/apereo/phpCAS"
libraries[cas][download][tag] = "1.3.5"
libraries[cas][destination] = "libraries"
; Hybrid Auth
libraries[hybridauth][download][type] = "git"
libraries[hybridauth][download][url] = "https://github.com/hybridauth/hybridauth"
libraries[hybridauth][download][tag] = "v2.10.0"
libraries[hybridauth][destination] = "libraries"
; Library: Modernizr
; @TODO: move to drupal-org-contrib.make in devmaster repo once it is whitelisted.
libraries[modernizr][download][type] = git
libraries[modernizr][download][url] = https://github.com/BrianGilbert/modernizer-navbar.git
libraries[modernizr][download][revision] = 5b89d9225320e88588f1cdc43b8b1e373fa4c60f