Use upstream ACCORDS repository, directly in HEAD revision during development

parent d7d73317
...@@ -13,7 +13,7 @@ parts = accords ...@@ -13,7 +13,7 @@ parts = accords
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
url = http://git.gitorious.ow2.org/~desaintmartin/ow2-compatibleone/desaintmartins-accords-platform.git url = http://git.gitorious.ow2.org/ow2-compatibleone/accords-platform.git
command = command =
(${git:location}/bin/git clone --quiet ${:url} ${:location} ) || (rm -fr ${:location} ; exit 1) (${git:location}/bin/git clone --quiet ${:url} ${:location} ) || (rm -fr ${:location} ; exit 1)
update-command = update-command =
......
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