Commit 1f54fed6 authored by Benjamin Blanc's avatar Benjamin Blanc

Some update to use local benjamin@lenovo source code

parent 53b2f143
...@@ -36,7 +36,7 @@ recipe = plone.recipe.command ...@@ -36,7 +36,7 @@ recipe = plone.recipe.command
stop-on-error = true 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}
command = ${git:location}/bin/git clone --branch erp5testnode --quiet /opt/slapdev/.git ${:location} command = ${git:location}/bin/git clone --branch erp5testnode --quiet http://192.168.242.70:1236/slapdev.git ${: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}
[check-recipe] [check-recipe]
...@@ -51,7 +51,8 @@ recipe = plone.recipe.command ...@@ -51,7 +51,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.70: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}
......
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