lamp : impossible to factor to much

parent da3495bf
...@@ -15,9 +15,16 @@ extends = ...@@ -15,9 +15,16 @@ extends =
url = http://wordpress.org/latest.tar.gz url = http://wordpress.org/latest.tar.gz
#md5sum = Student may put here md5sum of this file, this is good idea #md5sum = Student may put here md5sum of this file, this is good idea
[application-configuration] [application-template]
recipe = slapos.recipe.download
url = ${:_profile_base_location_}/wp-config.php.in url = ${:_profile_base_location_}/wp-config.php.in
#md5sum = ... #md5sum = ${application-configuration:md5sum}
download-only = True
filename = template.in
mode = 0644
location = ${buildout:parts-directory}/${:_buildout_section_name_}
[application-configuration]
location = config.inc.php location = config.inc.php
[instance-recipe] [instance-recipe]
......
...@@ -42,15 +42,6 @@ recipe = hexagonit.recipe.download ...@@ -42,15 +42,6 @@ recipe = hexagonit.recipe.download
#If provided tarball does not containt top directory this option shall be changed to false #If provided tarball does not containt top directory this option shall be changed to false
strip-top-level-dir = true strip-top-level-dir = true
[application-template]
recipe = slapos.recipe.download
url = ${application-configuration:url}
md5sum = ${application-configuration:md5sum}
download-only = True
filename = template.in
mode = 0644
location = ${buildout:parts-directory}/${:_buildout_section_name_}
[eggs] [eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment