software.cfg 1010 Bytes
Newer Older
1 2 3
[buildout]

extends =
4
  ../../stack/lamp/buildout.cfg
5

6
parts +=
7
  patch-hide-dbsetup
8 9


10
[application]
11
recipe = slapos.recipe.build:download-unpacked
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
12 13
url = http://ftp.drupal.org/files/projects/drupal-7.19.tar.gz
md5sum = c1dd3960f1555df208c80ef612e0c53a
14

15 16 17 18 19 20 21 22
[download-patch-hide-dbsetup]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/${:filename}
md5sum = 44a1689173bc8c51cc384218296d826e
download-only = true
filename = system.theme.css.patch

[patch-hide-dbsetup]
23
recipe = cp.recipe.cmd
24
install_cmd = patch ${application:location}/modules/system/system.theme.css <${download-patch-hide-dbsetup:location}/${download-patch-hide-dbsetup:filename}
25 26 27 28

[application-template]
recipe = slapos.recipe.download
url = ${:_profile_base_location_}/settings.php.in
29
md5sum = b0ef5548c3ac1de8ca56882e51e6eb6d
30 31 32 33 34 35
download-only = True
filename = template.in
mode = 0644
location = ${buildout:parts-directory}/${:_buildout_section_name_}

[application-configuration]
36
location = sites/default/default.settings.php