Commit 28b908ff authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

monitor: fix eggs

parent 7d04b1f0
...@@ -8,29 +8,28 @@ extends = ...@@ -8,29 +8,28 @@ extends =
../../component/openssl/buildout.cfg ../../component/openssl/buildout.cfg
parts = parts =
collective.recipe.template-egg slapos-cookbook
dcron dcron
download-static-files download-static-files
eggs monitor-eggs
extra-eggs extra-eggs
monitor-bin monitor-bin
monitor-template monitor-template
rss-bin rss-bin
slapos-cookbook
[collective.recipe.template-egg] [monitor-eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = collective.recipe.template eggs =
PyRSS2Gen collective.recipe.template
cns.recipe.symlink
[extra-eggs] [extra-eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
interpreter = pythonwitheggs interpreter = pythonwitheggs
eggs = eggs =
cns.recipe.symlink
PyRSS2Gen PyRSS2Gen
Jinja2 Jinja2
[make-rss-script] [make-rss-script]
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/make-rss.sh.in url = ${:_profile_base_location_}/make-rss.sh.in
...@@ -115,13 +114,3 @@ md5sum = 9e3feb2b520620d5b8d478eb9a9be6de ...@@ -115,13 +114,3 @@ md5sum = 9e3feb2b520620d5b8d478eb9a9be6de
filename = static-files.tar.gz filename = static-files.tar.gz
destination = ${buildout:directory}/parts/monitor-static-files destination = ${buildout:directory}/parts/monitor-static-files
mode = 0644 mode = 0644
[eggs]
recipe = z3c.recipe.scripts
eggs =
slapos.cookbook
PyRSS2Gen
[versions]
PyRSS2Gen = 1.1
Jinja2 = 2.6
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