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
Eteri
slapos
Commits
c0d43263
Commit
c0d43263
authored
Aug 19, 2013
by
Benjamin Blanc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5+testnode: remove local url.
parent
eac448e5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
10 deletions
+12
-10
software/erp5testnode/software.cfg
software/erp5testnode/software.cfg
+4
-5
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+8
-5
No files found.
software/erp5testnode/software.cfg
View file @
c0d43263
[buildout]
[buildout]
find-links += http://192.168.242.72:1235/
find-links += http://dist.repoze.org
http://dist.repoze.org
http://www.nexedi.org/static/packages/source/
http://www.nexedi.org/static/packages/source/
extends =
extends =
...
@@ -39,7 +38,7 @@ stop-on-error = true
...
@@ -39,7 +38,7 @@ stop-on-error = true
location = ${buildout:parts-directory}/${:_buildout_section_name_}
location = ${buildout:parts-directory}/${:_buildout_section_name_}
#command = ${git:location}/bin/git clone --branch erp5testnode --quiet http://git.erp5.org/repos/slapos.git ${:location}
#command = ${git:location}/bin/git clone --branch erp5testnode --quiet http://git.erp5.org/repos/slapos.git ${:location}
branch = erp5testnode-scalability
branch = erp5testnode-scalability
repository = http://
192.168.242.72:1236/slapdev.git
repository = http://
git.erp5.org/repos/slapos.git
command = ${git:location}/bin/git clone --branch ${:branch} ${:repository} ${:location}
command = ${git:location}/bin/git clone --branch ${:branch} ${:repository} ${:location}
update-command = cd "${:location}" && "${git:location}/bin/git" fetch --quiet && "${git:location}/bin/git" reset --hard @{upstream}
update-command = cd "${:location}" && "${git:location}/bin/git" fetch --quiet && "${git:location}/bin/git" reset --hard @{upstream}
...
@@ -66,8 +65,8 @@ recipe = plone.recipe.command
...
@@ -66,8 +65,8 @@ recipe = plone.recipe.command
stop-on-error = true
stop-on-error = true
location = ${buildout:parts-directory}/testnode
location = ${buildout:parts-directory}/testnode
branch = scalability-master2
branch = scalability-master2
#
repository = http://git.erp5.org/repos/erp5.git
repository = http://git.erp5.org/repos/erp5.git
repository = http://192.168.242.72:1235/erp5.git
#
repository = http://192.168.242.72:1235/erp5.git
command = ${git:location}/bin/git clone --branch ${:branch} ${:repository} ${:location}
command = ${git:location}/bin/git clone --branch ${:branch} ${:repository} ${:location}
update-command = cd "${:location}" && "${git:location}/bin/git" fetch && "${git:location}/bin/git" reset --hard @{upstream}
update-command = cd "${:location}" && "${git:location}/bin/git" fetch && "${git:location}/bin/git" reset --hard @{upstream}
...
...
stack/erp5/buildout.cfg
View file @
c0d43263
...
@@ -21,7 +21,8 @@ extends =
...
@@ -21,7 +21,8 @@ extends =
http://svn.zope.org/repos/main/Zope/tags/2.12.25/versions.cfg
http://svn.zope.org/repos/main/Zope/tags/2.12.25/versions.cfg
../../stack/slapos.cfg
../../stack/slapos.cfg
# not sure
# not sure
http://192.168.242.72:1236/stack/erp5/buildout.cfg
# http://192.168.242.72:1236/stack/erp5/buildout.cfg
../../stack/erp5/buildout.cfg
../../component/logrotate/buildout.cfg
../../component/logrotate/buildout.cfg
../../component/dcron/buildout.cfg
../../component/dcron/buildout.cfg
../../component/file/buildout.cfg
../../component/file/buildout.cfg
...
@@ -149,7 +150,8 @@ parts =
...
@@ -149,7 +150,8 @@ parts =
recipe = plone.recipe.command
recipe = plone.recipe.command
stop-on-error = true
stop-on-error = true
branch = erp5testnode-scalability
branch = erp5testnode-scalability
repository = http://192.168.242.72:1236/slapdev.git
#repository = http://192.168.242.72:1236/slapdev.git
repository = http://git.erp5.org/repos/slapos.git
revision =
revision =
location = ${buildout:parts-directory}/${:_buildout_section_name_}
location = ${buildout:parts-directory}/${:_buildout_section_name_}
#command = "${git:location}/bin/git" clone --branch "${:branch}" --quiet http://git.erp5.org/repos/slapos.git "${:location}" && if [ -n "${:revision}" ]; then cd "${:location}" && "${git:location}/bin/git" reset --quiet --hard "${:revision}" ; fi
#command = "${git:location}/bin/git" clone --branch "${:branch}" --quiet http://git.erp5.org/repos/slapos.git "${:location}" && if [ -n "${:revision}" ]; then cd "${:location}" && "${git:location}/bin/git" reset --quiet --hard "${:revision}" ; fi
...
@@ -160,7 +162,8 @@ update-command = cd "${:location}" && "${git:location}/bin/git" fetch --quiet &&
...
@@ -160,7 +162,8 @@ update-command = cd "${:location}" && "${git:location}/bin/git" fetch --quiet &&
recipe = plone.recipe.command
recipe = plone.recipe.command
stop-on-error = true
stop-on-error = true
branch = scalability-master2
branch = scalability-master2
repository = http://192.168.242.72:1235/erp5.git
#repository = http://192.168.242.72:1235/erp5.git
repository = http://git.erp5.org/repos/erp5.git
revision =
revision =
location = ${buildout:parts-directory}/${:_buildout_section_name_}
location = ${buildout:parts-directory}/${:_buildout_section_name_}
command = "${git:location}/bin/git" clone --branch "${:branch}" --quiet "${:repository}" "${:location}" && if [ -n "${:revision}" ]; then cd "${:location}" && "${git:location}/bin/git" reset --hard "${:revision}" ; fi
command = "${git:location}/bin/git" clone --branch "${:branch}" --quiet "${:repository}" "${:location}" && if [ -n "${:revision}" ]; then cd "${:location}" && "${git:location}/bin/git" reset --hard "${:revision}" ; fi
...
@@ -373,8 +376,8 @@ repository_id_list = erp5
...
@@ -373,8 +376,8 @@ repository_id_list = erp5
recipe = plone.recipe.command
recipe = plone.recipe.command
location = ${buildout:parts-directory}/${:_buildout_section_name_}
location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
stop-on-error = true
#
repository = http://git.erp5.org/repos/erp5.git
repository = http://git.erp5.org/repos/erp5.git
repository = http://192.168.242.72:1235/erp5.git
#
repository = http://192.168.242.72:1235/erp5.git
#branch = master
#branch = master
branch = scalability-master2
branch = scalability-master2
revision =
revision =
...
...
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