Use new recipe to git clone

parent af187032
...@@ -10,14 +10,8 @@ extends = ...@@ -10,14 +10,8 @@ extends =
parts = accords parts = accords
[accords-source] [accords-source]
recipe=plone.recipe.command recipe = slapos.recipe.build:gitclone
location = ${buildout:parts-directory}/${:_buildout_section_name_} repository = http://git.gitorious.ow2.org/ow2-compatibleone/accords-platform.git
stop-on-error = true
url = http://git.gitorious.ow2.org/ow2-compatibleone/accords-platform.git
command =
(${git:location}/bin/git clone --quiet ${:url} ${:location} ) || (rm -fr ${:location} ; exit 1)
update-command =
(cd ${:location} && ${git:location}/bin/git pull --quiet origin master)
[accords] [accords]
# Part of Compatible One project # Part of Compatible One project
......
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