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
Gabriel Monnerat
slapos
Commits
c67c8bc9
Commit
c67c8bc9
authored
Aug 27, 2014
by
Jérome Perrin
Committed by
Kazuhiko Shiozaki
Aug 30, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
develop slapos.cookbook in erp5
parent
52476645
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+4
-0
stack/slapos.cfg
stack/slapos.cfg
+13
-1
No files found.
stack/erp5/buildout.cfg
View file @
c67c8bc9
...
@@ -58,6 +58,7 @@ extends =
...
@@ -58,6 +58,7 @@ extends =
parts =
parts =
erp5-util-develop
erp5-util-develop
slapos-cookbook-develop
slapos-cookbook
slapos-cookbook
rdiff-backup
rdiff-backup
aspell
aspell
...
@@ -527,6 +528,9 @@ setup = ${erp5:location}
...
@@ -527,6 +528,9 @@ setup = ${erp5:location}
branch =
branch =
revision = f67af2797f74d4212f7221978645552353f341c8
revision = f67af2797f74d4212f7221978645552353f341c8
[slapos.cookbook-repository]
branch = erp5
[slapos-toolbox]
[slapos-toolbox]
recipe = zc.recipe.egg
recipe = zc.recipe.egg
eggs =
eggs =
...
...
stack/slapos.cfg
View file @
c67c8bc9
...
@@ -6,6 +6,8 @@ python = python2.7
...
@@ -6,6 +6,8 @@ python = python2.7
# Developers need to add explicitely this part in their software profile
# Developers need to add explicitely this part in their software profile
# parts = slapos-cookbook
# parts = slapos-cookbook
# Note that if you want a develop version of slapos-cookbook from a git
# checkout, you must add both slapos-cookbook-develop and slapos-cookbook in parts
# Explicitly disable download-cache
# Explicitly disable download-cache
download-cache =
download-cache =
...
@@ -63,9 +65,19 @@ versions = versions
...
@@ -63,9 +65,19 @@ versions = versions
# Define networkcache with shacache.org
# Define networkcache with shacache.org
networkcache-section = networkcache
networkcache-section = networkcache
[slapos.cookbook-repository]
recipe = slapos.recipe.build:gitclone
repository = http://git.erp5.org/repos/slapos.git
branch = master
git-executable = ${git:location}/bin/git
[slapos-cookbook-develop]
recipe = zc.recipe.egg:develop
setup = ${slapos.cookbook-repository:location}
# Install slapos.cookbook containing all officials recipes
# Install slapos.cookbook containing all officials recipes
# Explicitely define dependencies as well, because of buildout limitation
# Explicitely define dependencies as well, because of buildout limitation
# if using "develop"
# if using "develop"
. XXX really ?
[slapos-cookbook]
[slapos-cookbook]
recipe = zc.recipe.egg
recipe = zc.recipe.egg
eggs =
eggs =
...
...
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