Commit fc67d23f authored by Łukasz Nowak's avatar Łukasz Nowak

Follow repository switch.

parent 6738882e
...@@ -45,7 +45,7 @@ mode = 0644 ...@@ -45,7 +45,7 @@ mode = 0644
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.gitorious.org/vifib/slapos-master.git repository = http://git.erp5.org/gitweb/slapos.core.git
command = ${git:location}/bin/git clone --quiet ${:repository} ${:location} command = ${git:location}/bin/git clone --quiet ${:repository} ${:location}
update-command = cd ${:location} && ${git:location}/bin/git pull --quiet update-command = cd ${:location} && ${git:location}/bin/git pull --quiet
...@@ -53,4 +53,4 @@ update-command = cd ${:location} && ${git:location}/bin/git pull --quiet ...@@ -53,4 +53,4 @@ update-command = cd ${:location} && ${git:location}/bin/git pull --quiet
# XXX: Lack of eggification workaround # XXX: Lack of eggification workaround
# list of products, possible to extend, it is passed in reversed way # list of products, possible to extend, it is passed in reversed way
# to allow overriding during extending profile # to allow overriding during extending profile
list = ${products-deps:location} ${erp5:location}/product ${vifib:location}/product list = ${products-deps:location} ${erp5:location}/product ${vifib:location}/master/product
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