Commit 9481bbb0 authored by Nicolas Dumazet's avatar Nicolas Dumazet

add ERP5PropertySheetLegacy product to checkout to ensure developer instances

are not broken while migrating to ZODB property sheets


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41635 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4dbe8ef7
......@@ -11,7 +11,7 @@ svn_param =--trust-server-cert --non-interactive --quiet --revision ${versions:e
location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
update-command = ${:command}
product_list = AGProjects CMFActivity CMFCategory ERP5 ERP5Catalog ERP5Form ERP5Legacy ERP5OOo ERP5Security ERP5SyncML ERP5Type ERP5Wizard ERP5Workflow Formulator HBTreeFolder2 MailTemplates PortalTransforms TimerService ZMySQLDA ZMySQLDDA ZSQLCatalog
product_list = AGProjects CMFActivity CMFCategory ERP5 ERP5Catalog ERP5Form ERP5Legacy ERP5OOo ERP5PropertySheetLegacy ERP5Security ERP5SyncML ERP5Type ERP5Wizard ERP5Workflow Formulator HBTreeFolder2 MailTemplates PortalTransforms TimerService ZMySQLDA ZMySQLDDA ZSQLCatalog
command =
for product in ${:product_list} ; do ${subversion:location}/bin/svn checkout ${:svn_param} https://svn.erp5.org/repos/public/erp5/trunk/products/$product ${:location}/$product || exit 1 ; done
......
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