Commit 9f2c0630 authored by Benjamin Blanc's avatar Benjamin Blanc

scalability: add erp5 to extra path

parent 8eb6af3d
...@@ -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',
......
...@@ -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]
......
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