forked from itk-mso/Loop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdrupal.make
More file actions
17 lines (15 loc) · 764 Bytes
/
drupal.make
File metadata and controls
17 lines (15 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
api = 2
core = 7.x
; Core
; As d.o is having issues with the update XML file, we are using this form for downloading core.
; See this: https://drupal.org/node/2126123
projects[drupal][type] = core
projects[drupal][version] = 7.75
projects[drupal][patch][] = "https://drupal.org/files/drupal-menu_navigation_links-1018614-83.patch"
projects[drupal][patch][] = "https://drupal.org/files/issues/translate_role_names-2205581-1.patch"
projects[drupal][patch][] = "https://raw.githubusercontent.com/os2loop/profile/main/patches/rebuild_local_js_alter.patch"
; Install profile.
projects[loopdk][type] = "profile"
projects[loopdk][download][type] = "git"
projects[loopdk][download][url] = "https://github.com/itk-mso/Loop.git"
projects[loopdk][download][tag] = "1.12.1"