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
Cédric Le Ninivin
slapos
Commits
5a73c654
Commit
5a73c654
authored
Apr 05, 2012
by
Priscila Manhaes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactor to use develop slapos.cookbook
parent
cad416b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
8 deletions
+29
-8
software/cloudooo/software.cfg
software/cloudooo/software.cfg
+29
-6
stack/cloudooo.cfg
stack/cloudooo.cfg
+0
-2
No files found.
software/cloudooo/software.cfg
View file @
5a73c654
...
@@ -4,7 +4,14 @@ extends =
...
@@ -4,7 +4,14 @@ extends =
versions = versions
versions = versions
# Local development
develop =
${:parts-directory}/slapos.cookbook-repository
parts +=
parts +=
# Local development
slapos.cookbook-repository
check-recipe
slapos.cookbook-python2.6
# Create instance template
# Create instance template
template
template
...
@@ -13,11 +20,26 @@ parts +=
...
@@ -13,11 +20,26 @@ parts +=
# development / fast switching environment for whole software
# development / fast switching environment for whole software
unzip = true
unzip = true
[instance-recipe]
# Local development
# Note: In case if specific instantiation recipe is used this is the place to
[slapos.cookbook-repository]
# put its name
recipe = plone.recipe.command
egg = slapos.cookbook
stop-on-error = true
module = cloudooo
location = ${buildout:parts-directory}/${:_buildout_section_name_}
command = ${git:location}/bin/git clone --branch cloudooo --quiet http://git.erp5.org/repos/slapos.git ${:location}
update-command = cd ${:location} && ${git:location}/bin/git pull --quiet
[check-recipe]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = grep parts ${buildout:develop-eggs-directory}/slapos.cookbook.egg-link
[slapos.cookbook-python2.6]
recipe = zc.recipe.egg
eggs = slapos.cookbook
scripts =
python = python2.6
ugly-depend-on = ${slapos.cookbook-repository:command} ${slapos.cookbook-repository:update-command}
[template]
[template]
# Default template for cloudooo instance.
# Default template for cloudooo instance.
...
@@ -44,7 +66,8 @@ mechanize = 0.2.5
...
@@ -44,7 +66,8 @@ mechanize = 0.2.5
meld3 = 0.6.7
meld3 = 0.6.7
psutil = 0.3.0
psutil = 0.3.0
rdiff-backup = 1.0.5
rdiff-backup = 1.0.5
slapos.cookbook = 0.38
# Unpined locally developed egg
slapos.cookbook =
slapos.core = 0.21
slapos.core = 0.21
slapos.recipe.template = 2.2
slapos.recipe.template = 2.2
...
...
stack/cloudooo.cfg
View file @
5a73c654
...
@@ -82,8 +82,6 @@ eggs =
...
@@ -82,8 +82,6 @@ eggs =
python-magic
python-magic
psutil
psutil
WSGIUtils
WSGIUtils
# instantiation egg
${instance-recipe:egg}
entry-points =
entry-points =
cloudooo_tester=cloudooo.bin.cloudooo_tester:main
cloudooo_tester=cloudooo.bin.cloudooo_tester:main
runCloudoooUnitTest=cloudooo.tests.runHandlerUnitTest:run
runCloudoooUnitTest=cloudooo.tests.runHandlerUnitTest:run
...
...
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