Commit ceeaaac7 authored by Marco Mariani's avatar Marco Mariani

remove unused [symlink] section

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