diff --git a/build-hotsauce-dev.make b/build-hotsauce-dev.make index 6755048..da5b071 100644 --- a/build-hotsauce-dev.make +++ b/build-hotsauce-dev.make @@ -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 \ No newline at end of file diff --git a/build-hotsauce-release.make b/build-hotsauce-release.make index b663c89..eee2295 100644 --- a/build-hotsauce-release.make +++ b/build-hotsauce-release.make @@ -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 \ No newline at end of file diff --git a/drupal-org-dev.make b/drupal-org-dev.make index 78d938b..7ee4e30 100644 --- a/drupal-org-dev.make +++ b/drupal-org-dev.make @@ -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 diff --git a/drupal-org-release.make b/drupal-org-release.make index 1f85f10..1b6718d 100644 --- a/drupal-org-release.make +++ b/drupal-org-release.make @@ -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 diff --git a/drupal-org.make b/drupal-org.make index 864cfb9..ac355f1 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -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 diff --git a/hotsauce.info b/hotsauce.info index b132e1a..6e49225 100644 --- a/hotsauce.info +++ b/hotsauce.info @@ -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