Commit c4d78521 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

software/varnish: cleanup SR (mostly by Vincent).

parent 09d38def
...@@ -18,32 +18,15 @@ extends = ...@@ -18,32 +18,15 @@ extends =
../../component/wget/buildout.cfg ../../component/wget/buildout.cfg
parts = parts =
slapos-cookbook
dash dash
dcron dcron
gcc-minimal gcc-minimal
slapos-toolbox
stunnel stunnel
varnish-3.0 varnish-3.0
wget
# Local development
slapos.cookbook-repository
check-recipe
# Create instance template # Create instance template
template template
# Local development
[slapos.cookbook-repository]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/nexedi/slapos.git
branch = master
git-executable = ${git:location}/bin/git
[check-recipe]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = grep parts ${buildout:develop-eggs-directory}/slapos.cookbook.egg-link
[template-jinja2-base] [template-jinja2-base]
recipe = slapos.recipe.template:jinja2 recipe = slapos.recipe.template:jinja2
mode = 640 mode = 640
...@@ -82,26 +65,5 @@ url = ${:_profile_base_location_}/instance-varnish.cfg.in ...@@ -82,26 +65,5 @@ url = ${:_profile_base_location_}/instance-varnish.cfg.in
md5sum = 4334d900f212d170fd0ca35865879bdf md5sum = 4334d900f212d170fd0ca35865879bdf
mode = 640 mode = 640
[eggs]
recipe = zc.recipe.egg
eggs =
${lxml-python:egg}
erp5.util
pytz
lock_file
inotifyx
scripts =
web_checker_utility = erp5.util.webchecker:web_checker_utility
[slapos-toolbox]
recipe = zc.recipe.egg
eggs =
${lxml-python:egg}
${pycurl:egg}
slapos.toolbox
scripts =
killpidfromfile
[versions] [versions]
erp5.util = 0.4.41 slapos.recipe.template = 2.9
slapos.toolbox = 0.40.4
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