# fix products path (Zeo needs ERP5 Products to be available for
...
...
@@ -153,7 +154,7 @@ list = ${local-bt5-repository:list}
[local-bt5-repository]
# Same as bt5-repository, but only local repository.
# Used to generate bt5lists.
list = ${erp5:location}/bt5 ${erp5:location}/product/ERP5/bootstrap
list = ${erp5:location}/bt5 ${erp5:location}/product/ERP5/bootstrap ${beteireflow-repository:location}/bt5
[genbt5list]
recipe = plone.recipe.command
...
...
@@ -228,7 +229,7 @@ command =
for product in ERP5PropertySheetLegacy ; do ${subversion:location}/bin/svn checkout ${:svn_param} https://svn.erp5.org/repos/public/erp5/trunk/obsolete/products/$product ${:location}/$product || exit 1 ; done
[erp5_repository_list]
repository_id_list = sanef.repository erp5
repository_id_list = beteireflow-repository erp5
[erp5]
# Recipe zerokspot.recipe.git is disabled, as is not possible to change its
...
...
@@ -244,6 +245,12 @@ revision =
command = ${git:location}/bin/git clone --quiet -b ${:branch} ${:repository} ${:location} && if [ -n ${:revision} ]; then cd ${:location} && ${git:location}/bin/git reset --quiet --hard ${:revision} ; fi
update-command = cd ${:location} && ${git:location}/bin/git pull --quiet && if [ -n ${:revision} ]; then cd ${:location} && ${git:location}/bin/git reset --quiet --hard ${:revision} ; fi