Skip to content

Commit

Permalink
drupalprojects#12: Include HotSauce core contrib modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec Reynolds authored and gremy committed Aug 1, 2014
1 parent 398b082 commit bb99445
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-hotsauce-dev.make
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ includes[] = drupal-org-core.make

projects[hotsauce][type] = profile
projects[hotsauce][download][type] = git
projects[hotsauce][download][branch] = 7.x-1.x
projects[hotsauce][download][branch] = 7.x-1.x
2 changes: 1 addition & 1 deletion build-hotsauce-release.make
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ includes[] = drupal-org-core.make

projects[hotsauce][type] = profile
projects[hotsauce][download][type] = git
projects[hotsauce][download][branch] = 7.x-1.x
projects[hotsauce][download][branch] = 7.x-1.x
19 changes: 19 additions & 0 deletions drupal-org-dev.make
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,25 @@ projects[kalatheme][version] = 3.x-dev
projects[kalatheme][download][type] = git
projects[kalatheme][download][branch] = 7.x-3.x

; Hotsauce

; HotSauce Core Contrib Modules
; For dev build, we're grabbing the most recent module version,
; but should override any modules we want to experiment with.

projects[better_formats][subdir] = "contrib"
projects[diff][subdir] = "contrib"
projects[pathologic][subdir] = contrib
projects[transliteration][subdir] = contrib
projects[imagecache_token][subdir] = contrib
projects[imagefield_tokens][subdir] = contrib
projects[filefield_paths][subdir] = contrib
projects[entitycache][subdir] = contrib
projects[views_cache_bully][subdir] = contrib
projects[picture][subdir] = contrib
projects[speedy][subdir] = contrib
projects[icon][subdir] = contrib

; Panopoly

; Someday maybe we can turn this on to just inherit Panopoly
Expand Down
19 changes: 19 additions & 0 deletions drupal-org-release.make
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,25 @@ projects[kalatheme][download][revision] = 86c1705
projects[kalatheme][download][branch] = 7.x-3.x
projects[kalatheme][download][url] = http://git.drupal.org/project/kalatheme.git

; Hotsauce

; HotSauce Core Contrib Modules
; For release build, we should grab the most stable module versions
; that we know work with HotSauce and its apps.

projects[better_formats][subdir] = "contrib"
projects[diff][subdir] = "contrib"
projects[pathologic][subdir] = contrib
projects[transliteration][subdir] = contrib
projects[imagecache_token][subdir] = contrib
projects[imagefield_tokens][subdir] = contrib
projects[filefield_paths][subdir] = contrib
projects[entitycache][subdir] = contrib
projects[views_cache_bully][subdir] = contrib
projects[picture][subdir] = contrib
projects[speedy][subdir] = contrib
projects[icon][subdir] = contrib

; Panopoly

; Someday maybe we can turn this on to just inherit Panopoly
Expand Down
19 changes: 19 additions & 0 deletions drupal-org.make
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,25 @@ projects[kalatheme][download][revision] = 86c1705
projects[kalatheme][download][branch] = 7.x-3.x
projects[kalatheme][download][url] = http://git.drupal.org/project/kalatheme.git

; Hotsauce

; HotSauce Core Contrib Modules
; For release build, we should grab the most stable module versions
; that we know work with HotSauce and its apps.

projects[better_formats][subdir] = "contrib"
projects[diff][subdir] = "contrib"
projects[pathologic][subdir] = contrib
projects[transliteration][subdir] = contrib
projects[imagecache_token][subdir] = contrib
projects[imagefield_tokens][subdir] = contrib
projects[filefield_paths][subdir] = contrib
projects[entitycache][subdir] = contrib
projects[views_cache_bully][subdir] = contrib
projects[picture][subdir] = contrib
projects[speedy][subdir] = contrib
projects[icon][subdir] = contrib

; Panopoly

; Someday maybe we can turn this on to just inherit Panopoly
Expand Down
14 changes: 14 additions & 0 deletions hotsauce.info
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,20 @@ dependencies[] = file
dependencies[] = dblog
dependencies[] = update

; HotSauce! Additions
dependencies[] = better_formats
dependencies[] = diff
dependencies[] = pathologic
dependencies[] = transliteration
dependencies[] = imagecache_token
dependencies[] = imagefield_tokens
dependencies[] = filefield_paths
dependencies[] = entitycache
dependencies[] = views_cache_bully
dependencies[] = picture
dependencies[] = speedy
dependencies[] = icon

; Panopoly Foundation
dependencies[] = panopoly_core
dependencies[] = panopoly_images
Expand Down

0 comments on commit bb99445

Please sign in to comment.