Commit 18851697 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

monitor: fix parts in buildout.cfg, remove nginx

parent 337adb47
...@@ -6,23 +6,17 @@ extends = ...@@ -6,23 +6,17 @@ extends =
../../component/dash/buildout.cfg ../../component/dash/buildout.cfg
../../component/dcron/buildout.cfg ../../component/dcron/buildout.cfg
../../component/openssl/buildout.cfg ../../component/openssl/buildout.cfg
../../component/nginx/buildout.cfg
parts += parts =
backup-script-template
collective.recipe.template-egg collective.recipe.template-egg
dcron dcron
download-static-files download-static-files
eggs eggs
extra-eggs extra-eggs
make-rss
monitor-bin monitor-bin
monitor-template monitor-template
nginx
rss-bin rss-bin
slapos-cookbook slapos-cookbook
static-folder
template-nginx-conf
[collective.recipe.template-egg] [collective.recipe.template-egg]
recipe = zc.recipe.egg recipe = zc.recipe.egg
...@@ -33,6 +27,7 @@ eggs = collective.recipe.template ...@@ -33,6 +27,7 @@ eggs = collective.recipe.template
recipe = zc.recipe.egg recipe = zc.recipe.egg
interpreter = pythonwitheggs interpreter = pythonwitheggs
eggs = eggs =
cns.recipe.symlink
PyRSS2Gen PyRSS2Gen
Jinja2 Jinja2
......
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