[Erp5-report] r32794 luke - /erp5/trunk/buildout/instance-profiles/zope.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 18 16:07:52 CET 2010


Author: luke
Date: Thu Feb 18 16:07:51 2010
New Revision: 32794

URL: http://svn.erp5.org?rev=32794&view=rev
Log:
 - this part can update easily, as it is using IF NOT EXISTS

Modified:
    erp5/trunk/buildout/instance-profiles/zope.cfg

Modified: erp5/trunk/buildout/instance-profiles/zope.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/instance-profiles/zope.cfg?rev=32794&r1=32793&r2=32794&view=diff
==============================================================================
--- erp5/trunk/buildout/instance-profiles/zope.cfg [utf8] (original)
+++ erp5/trunk/buildout/instance-profiles/zope.cfg [utf8] Thu Feb 18 16:07:51 2010
@@ -91,6 +91,7 @@
 recipe = plone.recipe.command
 command =
   echo "CREATE DATABASE IF NOT EXISTS ${zope-instance:mysql_database_name} DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci" | ${buildout:data-bin-directory}/mysql -u root
+update-command = ${:command}
 
 [bt5list]
 recipe = erp5.recipe.genbt5list




More information about the Erp5-report mailing list