-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuild-ads.make
116 lines (85 loc) · 3.46 KB
/
build-ads.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
;___________________________________________________
;
; ADS MAKEFILE
;
; drush make build file for drupal.org packaging.
;
; See:
; http://drupal.org/node/625094
; http://drupal.org/node/1476014
;
; Examples:
; /usr/local/src/drush/docs/make.txt
; /usr/local/src/drush/examples/example.make
;___________________________________________________
;___________________________________________________
;
; DRUPAL CORE
;___________________________________________________
core = 7.x
api = 2
projects[drupal][type] = core
; Include the core definition for how to build Drupal
includes[] = drush/drupal-org-core.make
includes[] = drush/drupal-org-contrib.make
includes[] = drush/drupal-org-themes.make
includes[] = drush/drupal-org-libraries.make
;____________________
;
; ADS PROFILE
;____________________
; Download the ADS install profile and recursively build all its dependencies
projects[ads][type] = profile
projects[ads][download][type] = git
projects[ads][download][url] = https://git.drupalcode.org/project/ads.git
projects[ads][download][branch] = 7.x-1.x
;____________________
;
; Common ADS packages
;____________________
; REQUIRED ADS packages
; Provides features for ads distribution.
includes[] = drush/includes/build-ads-features.make
; OPTIONAL ADS packages (PLEASE CHANGE according to your needs)
; Provides common Animals features for ADS Drupal distribution.
includes[] = drush/includes/build-ads-animals.make
; Provides common Art features for ADS Drupal distribution.
includes[] = drush/includes/build-ads-art.make
; Provides common Auctions features for ADS Drupal distribution.
includes[] = drush/includes/build-ads-auctions.make
; Provides common Business features for ADS Drupal distribution.
includes[] = drush/includes/build-ads-business.make
; Provides common Community features for ADS Drupal distribution.
includes[] = drush/includes/build-ads-community.make
; Provides common Education features for ADS Drupal distribution.
includes[] = drush/includes/build-ads-education.make
; Provides common Dating features for ADS Drupal distribution.
includes[] = drush/includes/build-ads-dating.make
; Provides common Finance features for ADS Drupal distribution.
includes[] = drush/includes/build-ads-finance.make
; Provides common IT features for ADS Drupal distribution.
includes[] = drush/includes/build-ads-it.make
; Provides common Items features for ADS Drupal distribution.
includes[] = drush/includes/build-ads-items.make
; Provides common Jobs features for ADS Drupal distribution.
includes[] = drush/includes/build-ads-jobs.make
; Provides common Music features for ADS Drupal distribution.
includes[] = drush/includes/build-ads-music.make
; Provides common Properties features for ADS Drupal distribution.
includes[] = drush/includes/build-ads-property.make
; Provides common Services features for ADS Drupal distribution.
includes[] = drush/includes/build-ads-services.make
; Provides common Travel features for ADS Drupal distribution.
includes[] = drush/includes/build-ads-travel.make
; Provides common Vehicles features for ADS Drupal distribution.
includes[] = drush/includes/build-ads-vehicles.make
;-------------------
; Extra ADS packages
;-------------------
; Provides common Development features for ADS Drupal distribution.
includes[] = drush/includes/build-ads-devel.make
; Restricted ADS packages
; Internal custom code
; drush/includes[] = drush/includes/build-ads-premium.make
; Internal custom code
; drush/includes[] = drush/includes/build-ads-custom.make