Commit 7747b115 authored by Marco Mariani's avatar Marco Mariani

remove unused [symlink] section

parent 9815c436
[buildout] [buildout]
parts = parts =
symlinks
publish publish
postgres-instance postgres-instance
postgres-promise postgres-promise
...@@ -38,20 +37,10 @@ port = 5432 ...@@ -38,20 +37,10 @@ port = 5432
dbname = db dbname = db
# pgdata_directory is created by initdb, and should not exist beforehand. # pgdata_directory is created by initdb, and should not exist beforehand.
pgdata-directory = $${directories:var}/data pgdata-directory = $${directories:var}/data
bin = $${directories:bin} bin = $${postgresql:location}/bin
services = $${directories:services} services = $${directories:services}
#----------------
#--
#-- Creates symlinks from the instance to the software release.
[symlinks]
recipe = cns.recipe.symlink
symlink_target = $${directories:bin}
symlink_base = ${postgresql:location}/bin
#---------------- #----------------
#-- #--
#-- Deploy promise scripts. #-- Deploy promise scripts.
......
...@@ -5,7 +5,6 @@ extends = ...@@ -5,7 +5,6 @@ extends =
../../component/postgresql/buildout.cfg ../../component/postgresql/buildout.cfg
parts = parts =
eggs
slapos-cookbook slapos-cookbook
instance instance
postgresql92 postgresql92
...@@ -18,16 +17,10 @@ parts = ...@@ -18,16 +17,10 @@ parts =
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg.in url = ${:_profile_base_location_}/instance.cfg.in
output = ${buildout:directory}/instance.cfg output = ${buildout:directory}/instance.cfg
md5sum = f2f335b7b0d915d38fa76eaacff56158 md5sum = c98ca3fad0c48a8ba270c24fe8d8d6f0
mode = 0644 mode = 0644
[eggs]
recipe = zc.recipe.egg
eggs =
cns.recipe.symlink
[versions] [versions]
Jinja2 = 2.6 Jinja2 = 2.6
Werkzeug = 0.8.3 Werkzeug = 0.8.3
......
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