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
Xiaowu Zhang
slapos
Commits
d0e6edcc
Commit
d0e6edcc
authored
Aug 03, 2018
by
Xiaowu Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
just a try to see how it process in test node
parent
adbbd9f4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
28 deletions
+8
-28
software/neoppod/software-common.cfg
software/neoppod/software-common.cfg
+1
-3
stack/slapos-dev.cfg
stack/slapos-dev.cfg
+1
-20
stack/slapos.cfg
stack/slapos.cfg
+6
-5
No files found.
software/neoppod/software-common.cfg
View file @
d0e6edcc
...
...
@@ -6,7 +6,7 @@
[buildout]
extends =
../../stack/slapos
-dev
.cfg
../../stack/slapos.cfg
../../stack/logrotate/buildout.cfg
../../component/cython-zstd/buildout.cfg
#LXML
...
...
@@ -21,8 +21,6 @@ extends =
parts =
# keep neoppod first so that ZODB is built correctly,
# before any other section that would depend on it
slapos.recipe.build-repository
slapos.recipe.cmmi-repository
neoppod-develop
neoppod
slapos-deps-eggs
...
...
stack/slapos-dev.cfg
View file @
d0e6edcc
...
...
@@ -10,25 +10,6 @@ parts =
slapos-cookbook
[git-clone-repository]
recipe = plone.recipe.command
git-binary = git
location = ${buildout:parts-directory}/${:_buildout_section_name_}
command = (${:git-binary} clone ${:repository} ${:location})
[slapos.recipe.build-repository]
<= git-clone-repository
repository = https://lab.nexedi.com/xiaowu.zhang/slapos.recipe.build.git
branch = master
[slapos.recipe.cmmi-repository]
<= git-clone-repository
repository = https://lab.nexedi.com/xiaowu.zhang/slapos.recipe.cmmi.git
branch = master
[slapos.toolbox-repository]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/nexedi/slapos.toolbox.git
...
...
@@ -60,7 +41,7 @@ setup = ${erp5.util-repository:location}
[slapos.core-repository]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/nexedi/slapos.core.git
branch =
master
branch =
feat/cmmi_cache
git-executable = ${git:location}/bin/git
develop = true
...
...
stack/slapos.cfg
View file @
d0e6edcc
...
...
@@ -4,9 +4,10 @@
[buildout]
python = python2.7
shared-part = /srv/slapgrid/slappart2/srv/runner/project/cache
eggs-directory = /srv/slapgrid/slappart2/srv/runner/project/shared-eggs
develop-eggs-directory = /srv/slapgrid/slappart2/srv/runner/project/dev-eggs
shared-part = /tmp/remove
#eggs-directory = /tmp/remove-eggs
#develop-eggs-directory = /tmp/remove-dev
abi-tag-eggs = true
...
...
@@ -16,8 +17,8 @@ abi-tag-eggs = true
# checkout, you must add both slapos-cookbook-develop and slapos-cookbook in parts
develop =
${slapos.recipe.build-repository:
location
}
${slapos.recipe.cmmi-repository:
location
}
${slapos.recipe.build-repository:
repository
}
${slapos.recipe.cmmi-repository:
repository
}
extensions +=
...
...
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