[Erp5-report] r41077 luke - in /erp5/trunk/buildout: instance-profiles/ profiles/ software-...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Dec 3 09:57:17 CET 2010


Author: luke
Date: Fri Dec  3 09:57:16 2010
New Revision: 41077

URL: http://svn.erp5.org?rev=41077&view=rev
Log:
 - download template to satisfy erp5.recipe.standaloneinstance

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

Modified: erp5/trunk/buildout/instance-profiles/zope-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/instance-profiles/zope-2.12.cfg?rev=41077&r1=41076&r2=41077&view=diff
==============================================================================
--- erp5/trunk/buildout/instance-profiles/zope-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/instance-profiles/zope-2.12.cfg [utf8] Fri Dec  3 09:57:16 2010
@@ -17,7 +17,7 @@ bt5-path =
 erp5_sql_connection_string = ${:mysql_database_name}@${:mysql_host}:${:mysql_port} ${:mysql_user} ${:mysql_password}
 
 zope_conf_template =
-  ${software_definition:software_home}/templates/default-erp5-standalone-zope-2.12.conf.in
+  ${software_definition:software_home}/parts/erp5-zope2.12-template/template.in
 
 portal_id = erp5
 force-zodb-update = false

Modified: erp5/trunk/buildout/profiles/official-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/official-2.12.cfg?rev=41077&r1=41076&r2=41077&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/official-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/official-2.12.cfg [utf8] Fri Dec  3 09:57:16 2010
@@ -69,6 +69,9 @@ parts =
   liberation-fonts
   ipaex-fonts
 
+# templates for instances
+  erp5-zope2.12-template
+
 [bootstrap2.6]
 # as bootstrap in python software does not know that slapos.rebootstrap >= 2.0
 # is used it is required to go back to default -- use own version of python

Modified: erp5/trunk/buildout/software-profiles/erp5-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5-2.12.cfg?rev=41077&r1=41076&r2=41077&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] Fri Dec  3 09:57:16 2010
@@ -148,6 +148,14 @@ eggs =
   plone.recipe.zope2instance
   supervisor
 
+[erp5-zope2.12-template]
+# XXX: Template is downloaded to satisfy *bad* erp5.recipe.standaloneinstance
+recipe = hexagonit.recipe.download
+url = https://svn.erp5.org/repos/public/erp5/trunk/buildout/templates/default-erp5-standalone-zope-2.12.conf.in
+filename = template.in
+download-only = true
+md5sum = c299a7d5b60f5929eacfa6e947213615
+
 [omelette]
 # XXX don't use this part until this omelette bug is fixed:
 # https://bugs.launchpad.net/collective.buildout/+bug/553005



More information about the Erp5-report mailing list