[Erp5-report] r31921 luke - in /erp5/trunk/buildout: ./ erp5-software/ zope-instance/

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jan 22 17:37:49 CET 2010


Author: luke
Date: Fri Jan 22 17:37:48 2010
New Revision: 31921

URL: http://svn.erp5.org?rev=31921&view=rev
Log:
 - prepare software packages to have ERP5 system

zope-instance/buildout.cfg:
 - reuse more of software_definition trick
 - reenable products
development.cfg, official.cfg and minimal.cfg:
 - initiate ERP5 software
erp5-software/buildout.cfg:
 - define ERP5 software component

Modified:
    erp5/trunk/buildout/development.cfg
    erp5/trunk/buildout/erp5-software/buildout.cfg
    erp5/trunk/buildout/minimal.cfg
    erp5/trunk/buildout/official.cfg
    erp5/trunk/buildout/zope-instance/buildout.cfg

Modified: erp5/trunk/buildout/development.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/development.cfg?rev=31921&r1=31920&r2=31921&view=diff
==============================================================================
--- erp5/trunk/buildout/development.cfg [utf8] (original)
+++ erp5/trunk/buildout/development.cfg [utf8] Fri Jan 22 17:37:48 2010
@@ -10,4 +10,8 @@
   mysql_install_db
   mycnf
   mysqld-bin
+  cmf15
+  products-deps
+  products-other
+  products-erp5
   zope-instance

Modified: erp5/trunk/buildout/erp5-software/buildout.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/erp5-software/buildout.cfg?rev=31921&r1=31920&r2=31921&view=diff
==============================================================================
--- erp5/trunk/buildout/erp5-software/buildout.cfg [utf8] (original)
+++ erp5/trunk/buildout/erp5-software/buildout.cfg [utf8] Fri Jan 22 17:37:48 2010
@@ -1,0 +1,64 @@
+[buildout]
+parts =
+  cmf15
+  itools
+  products-other
+  products-deps
+  products-erp5
+
+[cmf15]
+recipe = plone.recipe.distros
+urls =
+    http://www.zope.org/Products/CMF/CMF-1.5.4/CMF-1.5.4.tar.gz
+version-suffix-packages =
+    CMF-1.5.4.tar.gz
+
+[itools]
+# use a custom build for itools, to add lib64 to the include path
+recipe = zc.recipe.egg:custom
+egg = itools
+include-dirs = /usr/include/glib-2.0:/usr/lib/glib-2.0/include/:/usr/lib64/glib-2.0/include/
+
+[products-deps]
+recipe = plone.recipe.distros
+urls =
+    http://www.zope.org/Members/shh/ExtFile/1.4.4/ExtFile-1.4.4.tar.gz
+    http://www.zope.org/Members/NIP/ZMailIn/1.0.1/ZMailIn-1-0-1.tgz
+    http://www.zope.org/Members/NIP/ZMailIn/1.0.0/CMFMailIn-1.0.0
+    http://www.zope.org/Products/PluggableAuthService/PluggableAuthService-1.1b2/PluggableAuthService-1.1b2.tar.gz
+    http://download.hforge.org/localizer/Localizer-1.2.3.tar.gz
+version-suffix-packages =
+    Localizer-1.2.3.tar.gz
+
+[products-erp5]
+recipe = infrae.subversion
+ignore_verification = true
+revision = 
+base = https://svn.erp5.org/repos/public/erp5/trunk/products
+urls =
+    ${:base}/CMFActivity/${:revision} CMFActivity
+    ${:base}/CMFCategory/${:revision} CMFCategory
+    ${:base}/ERP5/${:revision} ERP5
+    ${:base}/ERP5Catalog/${:revision} ERP5Catalog
+    ${:base}/ERP5Form/${:revision} ERP5Form
+    ${:base}/ERP5OOo/${:revision} ERP5OOo
+    ${:base}/ERP5SyncML/${:revision} ERP5SyncML
+    ${:base}/ERP5Type/${:revision} ERP5Type
+    ${:base}/ERP5Security/${:revision} ERP5Security
+    ${:base}/MailTemplates/${:revision} MailTemplates
+    ${:base}/PortalTransforms/${:revision} PortalTransforms
+    ${:base}/TimerService/${:revision} TimerService
+    ${:base}/ZMySQLDA/${:revision} ZMySQLDA
+    ${:base}/ZMySQLDDA/${:revision} ZMySQLDDA
+    ${:base}/ZSQLCatalog/${:revision} ZSQLCatalog
+    ${:base}/Formulator/${:revision} Formulator
+
+[products-other]
+recipe = infrae.subversion
+#Archetypes should be contained in Products Folder
+location = parts/products-other/Products
+urls =
+    http://svn.plone.org/svn/collective/DCWorkflowGraph/tags/release-0_3/ DCWorkflowGraph
+    svn://svn.zope.org/repos/main/Zelenium/trunk/ Zelenium
+    svn://svn.zope.org/repos/main/PluginRegistry/tags/1.0 PluginRegistry
+    http://svn.plone.org/svn/archetypes/MimetypesRegistry/tags/Archetypes-1.4.0-final MimetypesRegistry

Modified: erp5/trunk/buildout/minimal.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/minimal.cfg?rev=31921&r1=31920&r2=31921&view=diff
==============================================================================
--- erp5/trunk/buildout/minimal.cfg [utf8] (original)
+++ erp5/trunk/buildout/minimal.cfg [utf8] Fri Jan 22 17:37:48 2010
@@ -1,11 +1,13 @@
 [buildout]
 extends =
   profiles/versions.cfg
-  erp5-bt5/buildout.cfg
-  erp5-products/buildout.cfg
+  erp5-software/buildout.cfg
   zope-instance/buildout.cfg
 
 parts =
-#  openoffice
-#  erp5-bt5
-#  erp5-products
+  cmf15
+  itools
+  products-other
+  products-deps
+  products-erp5
+

Modified: erp5/trunk/buildout/official.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/official.cfg?rev=31921&r1=31920&r2=31921&view=diff
==============================================================================
--- erp5/trunk/buildout/official.cfg [utf8] (original)
+++ erp5/trunk/buildout/official.cfg [utf8] Fri Jan 22 17:37:48 2010
@@ -30,6 +30,11 @@
 #  varnish
   mysql-tritonn-5.0
   zope-2.8
+  cmf15
+  itools
+  products-other
+  products-deps
+  products-erp5
 #  oood
 #  openoffice
 #  erp5-bt5

Modified: erp5/trunk/buildout/zope-instance/buildout.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/zope-instance/buildout.cfg?rev=31921&r1=31920&r2=31921&view=diff
==============================================================================
--- erp5/trunk/buildout/zope-instance/buildout.cfg [utf8] (original)
+++ erp5/trunk/buildout/zope-instance/buildout.cfg [utf8] Fri Jan 22 17:37:48 2010
@@ -1,7 +1,7 @@
 # adapt https://svn.erp5.org/repos/public/experimental/erp5.buildout
 [zope-instance]
 recipe = erp5.recipe.zope2instance
-zope2-location = ${zope-2.8:location}
+zope2-location = ${software_definition:zope_software}
 user = zope:zope
 http-address = 18080
 debug-mode = off
@@ -26,12 +26,12 @@
     erp5diff
     mechanize
     ClientForm
-#    ${itools:egg}
+    ${itools:egg}
     numpy
     simplejson
 
-#products =
-#  ${cmf15:location}/CMF/
-#  ${products-deps:location}
-#  ${products-erp5:location}
-#  ${products-other:location}
+products =
+  ${cmf15:location}/CMF/
+  ${products-deps:location}
+  ${products-erp5:location}
+  ${products-other:location}




More information about the Erp5-report mailing list