forked from ding2/ding2
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathproject-core.make
More file actions
18 lines (16 loc) · 921 Bytes
/
project-core.make
File metadata and controls
18 lines (16 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
core = 7.x
api = 2
; Core
projects[drupal][type] = core
projects[drupal][version] = 7.91
projects[drupal][patch][] = "https://drupal.org/files/issues/menu-get-item-rebuild-1232346-45.patch"
projects[drupal][patch][] = "https://www.drupal.org/files/issues/1232416-autocomplete-for-drupal7x53.patch"
projects[drupal][patch][] = "https://drupal.org/files/issues/translate_role_names-2205581-1.patch"
projects[drupal][patch][] = "https://raw.githubusercontent.com/ding2/ding2/master/patches/drupal_core.robots.txt.ding2.patch"
projects[drupal][patch][] = "https://www.drupal.org/files/issues/programatically_added-1079628-29-d7.patch"
; Get the profile, which will contain the next makefile.
projects[ding2][type] = "profile"
projects[ding2][download][type] = "git"
projects[ding2][download][url] = "https://github.com/ding2/ding2.git"
;projects[ding2][download][tag] = ""
projects[ding2][download][branch] = "development"