Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Thomas Gambier
slapos
Commits
28b908ff
Commit
28b908ff
authored
May 21, 2014
by
Cédric Le Ninivin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
monitor: fix eggs
parent
7d04b1f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
19 deletions
+8
-19
stack/monitor/buildout.cfg
stack/monitor/buildout.cfg
+8
-19
No files found.
stack/monitor/buildout.cfg
View file @
28b908ff
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment