[Erp5-report] r44090 rafael - /erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 10 00:46:49 CET 2011


Author: rafael
Date: Thu Mar 10 00:46:49 2011
New Revision: 44090

URL: http://svn.erp5.org?rev=44090&view=rev
Log:
Enable erp5 site creation.

Modified:
    erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py

Modified: erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py
URL: http://svn.erp5.org/erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py?rev=44090&r1=44089&r2=44090&view=diff
==============================================================================
--- erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py [utf8] (original)
+++ erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py [utf8] Thu Mar 10 00:46:49 2011
@@ -123,6 +123,7 @@ class Recipe(BaseSlapRecipe):
     for zope_number in xrange(1, CONFIG['zope_amount'] + 1):
       self.installZope(zope_number, simple_zope)
 
+    self.installERP5Site()
     self.installHaproxy()
     self.installTestRunner()
     self.linkBinary()



More information about the Erp5-report mailing list