Commit d733d3df authored by Benjamin Blanc's avatar Benjamin Blanc

Fix branch name...

parent c3049cfd
......@@ -164,4 +164,4 @@ ca-dir = $${rootdirectory:srv}/ca
node-quantity = 1
test-suite-master-url =
instance-dict =
software-path-list = ["http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/erp5testnode:/software/seleniumrunner/software.cfg"]
software-path-list = ["http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/erp5testnode-scalability:/software/seleniumrunner/software.cfg"]
......@@ -38,7 +38,7 @@ recipe = plone.recipe.command
stop-on-error = true
location = ${buildout:parts-directory}/${:_buildout_section_name_}
#command = ${git:location}/bin/git clone --branch erp5testnode --quiet http://git.erp5.org/repos/slapos.git ${:location}
branch = erp5testnode
branch = erp5testnode-scalability
repository = http://192.168.242.73:1236/slapdev.git
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}
......
......@@ -148,7 +148,7 @@ parts =
[slapos.cookbook-repository]
recipe = plone.recipe.command
stop-on-error = true
branch = erp5testnode
branch = erp5testnode-scalability
repository = http://192.168.242.73:1236/slapdev.git
revision =
location = ${buildout:parts-directory}/${:_buildout_section_name_}
......
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