This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
build.make
107 lines (89 loc) · 3.43 KB
/
build.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
; This make file helps package DKAN as well as desired modules, themes, and
; libraries. Use in conjunction with drush subtree or build-manager to track
; and contribute to upstream code.
; Grab DKAN make file
includes[dkan] = build-dkan.make
; Set the default subdirectory for projects so we don't have to specifically set it each time, but make sure dkan stays in /profiles
defaults[projects][subdir] = contrib
projects[dkan][subdir] = ""
; Default Projects
; ================
projects[] = devinci
projects[] = environment
projects[] = environment_indicator
projects[] = features_banish
projects[] = features_master
; Optional Projects
; =================
; These start as all commented out, but you'll probably want to enable almost all of them depending on the project.
; Development
; ===========
projects[] = devel
projects[] = environment
projects[] = environment_indicator
projects[] = maillog
;projects[] = shield
;projects[] = features_override
;projects[] = security_review
; Acquia
; ======
projects[] = acquia_connector
; Acquia Expire integration
projects[] = acquia_purge
; Acquia Search modules
projects[] = search_api_acquia
projects[] = acquia_search_multi_subs
; Search
; ======
projects[] = search_api_solr
; DKAN Migrate
; ============
projects[] = migrate
; DKAN Migrate Base
projects[dkan_migrate_base][type] = module
projects[dkan_migrate_base][download][type] = git
projects[dkan_migrate_base][download][url] = https://github.com/NuCivic/dkan_migrate_base.git
projects[dkan_migrate_base][download][branch] = 7.x-1.x
; DKAN Harvest
projects[dkan_harvest][type] = module
projects[dkan_harvest][download][type] = git
projects[dkan_harvest][download][url] = https://github.com/NuCivic/dkan_harvest.git
projects[dkan_harvest][download][branch] = 7.x-1.x
; Additional Visualization Entity Components
; ==========================================
projects[visualization_entity_maps][type] = module
projects[visualization_entity_maps][download][type] = git
projects[visualization_entity_maps][download][url] = https://github.com/NuCivic/visualization_entity_maps.git
projects[visualization_entity_maps][download][branch] = master
projects[visualization_entity_tables][type] = module
projects[visualization_entity_tables][download][type] = git
projects[visualization_entity_tables][download][url] = https://github.com/NuCivic/visualization_entity_tables.git
projects[visualization_entity_tables][download][branch] = master
; Performance
; ===========
projects[] = expire
projects[] = memcache
projects[] = entitycache
projects[] = admin_views
; Security
; ==========
projects[] = securepages
; Other
; ======
projects[] = google_analytics
projects[] = google_tag
;projects[] = entity
; NuCivic
; =======
projects[dkan_acquia_expire][type] = module
projects[dkan_acquia_expire][download][type] = git
projects[dkan_acquia_expire][download][url] = https://github.com/NuCivic/dkan_acquia_expire.git
projects[dkan_acquia_expire][download][branch] = master
projects[dkan_acquia_search_solr][type] = module
projects[dkan_acquia_search_solr][download][type] = git
projects[dkan_acquia_search_solr][download][url] = https://github.com/NuCivic/dkan_acquia_search_solr.git
projects[dkan_acquia_search_solr][download][branch] = master
;projects[nucivic_data_devops][type] = module
;projects[nucivic_data_devops][download][type] = git
;projects[nucivic_data_devops][download][url] = https://github.com/NuCivic/nucivic_data_devops.git
;projects[nucivic_data_devops][download][branch] = master