Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos-caddy
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
Guillaume Hervier
slapos-caddy
Commits
9f2c0630
Commit
9f2c0630
authored
Jul 03, 2013
by
Benjamin Blanc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scalability: add erp5 to extra path
parent
8eb6af3d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
setup.py
setup.py
+1
-1
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+3
-3
No files found.
setup.py
View file @
9f2c0630
...
@@ -108,7 +108,7 @@ setup(name=name,
...
@@ -108,7 +108,7 @@ setup(name=name,
'erp5.update = slapos.recipe.erp5_update:Recipe'
,
'erp5.update = slapos.recipe.erp5_update:Recipe'
,
'erp5scalabilitytestbed = slapos.recipe.erp5scalabilitytestbed:Recipe'
,
'erp5scalabilitytestbed = slapos.recipe.erp5scalabilitytestbed:Recipe'
,
'erp5testnode = slapos.recipe.erp5testnode:Recipe'
,
'erp5testnode = slapos.recipe.erp5testnode:Recipe'
,
#
'scalability = slapos.recipe.scalability:Recipe',
'scalability = slapos.recipe.scalability:Recipe'
,
'firefox = slapos.recipe.firefox:Recipe'
,
'firefox = slapos.recipe.firefox:Recipe'
,
'fontconfig = slapos.recipe.fontconfig:Recipe'
,
'fontconfig = slapos.recipe.fontconfig:Recipe'
,
'generate.mac = slapos.recipe.generatemac:Recipe'
,
'generate.mac = slapos.recipe.generatemac:Recipe'
,
...
...
stack/erp5/buildout.cfg
View file @
9f2c0630
...
@@ -139,7 +139,6 @@ parts =
...
@@ -139,7 +139,6 @@ parts =
# Local development
# Local development
slapos.cookbook-repository
slapos.cookbook-repository
check-recipe
erp5.dev-repository
erp5.dev-repository
erp5.util
erp5.util
...
@@ -148,6 +147,7 @@ parts =
...
@@ -148,6 +147,7 @@ parts =
# Create instance template
# Create instance template
template
template
check-recipe
erp5.util-check
erp5.util-check
...
@@ -534,7 +534,7 @@ eggs =
...
@@ -534,7 +534,7 @@ eggs =
feedparser
feedparser
argparse
argparse
validictory
validictory
#
erp5.util
erp5.util
huBarcode
huBarcode
qrcode
qrcode
spyne
spyne
...
@@ -601,7 +601,7 @@ scripts =
...
@@ -601,7 +601,7 @@ scripts =
web_checker_utility = erp5.util.webchecker:web_checker_utility
web_checker_utility = erp5.util.webchecker:web_checker_utility
extra-paths =
extra-paths =
#
${erp5:location}
${erp5:location}
${erp5.dev-repository:location}
${erp5.dev-repository:location}
[zodbanalyze]
[zodbanalyze]
...
...
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