[Erp5-report] r29285 - /experimental/erp5.buildout-zope-2.12/trunk/
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Sep 28 19:54:19 CEST 2009
Author: leonardo
Date: Mon Sep 28 19:54:18 2009
New Revision: 29285
URL: http://svn.erp5.org?rev=29285&view=rev
Log:
add omelette to recipe to help eclipse find packages and to make it easier to grep for names
Modified:
experimental/erp5.buildout-zope-2.12/trunk/base.cfg
experimental/erp5.buildout-zope-2.12/trunk/buildout.cfg
experimental/erp5.buildout-zope-2.12/trunk/sources.cfg
Modified: experimental/erp5.buildout-zope-2.12/trunk/base.cfg
URL: http://svn.erp5.org/experimental/erp5.buildout-zope-2.12/trunk/base.cfg?rev=29285&r1=29284&r2=29285&view=diff
==============================================================================
--- experimental/erp5.buildout-zope-2.12/trunk/base.cfg [utf8] (original)
+++ experimental/erp5.buildout-zope-2.12/trunk/base.cfg [utf8] Mon Sep 28 19:54:18 2009
@@ -9,10 +9,13 @@
parts =
zope2
- products-deps
- products-deps-svn
- products-other
instance
+ omelette
+
+eggs =
+
+develop =
+# other develop eggs automatically marked by mr.developer
[zope2]
recipe = zc.recipe.egg
@@ -63,12 +66,10 @@
mechanize
ClientForm
timerserver
-# ${itools:egg}
+# itools
numpy
interpreter = zopepy
-# defined here but actually used by other parts
-products = ${buildout:directory}/src/Products
[products-deps]
recipe = plone.recipe.distros
@@ -81,20 +82,13 @@
[products-deps-svn]
recipe = infrae.subversion
-location = ${zope2:products}
urls =
https://svn.plone.org/svn/collective/ExtFile/trunk/ ExtFile
-
-[products-other]
-recipe = infrae.subversion
-location = ${zope2:products}
-urls =
svn://svn.zope.org/repos/main/Zelenium/trunk/ Zelenium
[products-erp5]
recipe = infrae.subversion
ignore_verification = true
-location = ${zope2:products}
revision =
base = https://svn.erp5.org/repos/public/erp5/trunk/products/
urls =
@@ -126,8 +120,9 @@
verbose-security = on
http-address = 18081
products =
- ${zope2:products}
+ ${buildout:directory}/src/Products
${products-deps:location}
+ ${products-deps-svn:location}
${products-erp5:location}
zope-conf-additional=
%import timerserver
@@ -141,10 +136,18 @@
interpreter = instancepy
scripts = instancepy
-# intools installation by setuptools is not working for some strange reason
-# Install manually with "python setup.py install" for now
+# itools installation by setuptools is not working for some strange reason
+# Install manually with "python setup.py install" for now, after applying
+# the patch at itools-PyErr_Format_security_vulnerability.patch if it has not
+# been included already
#[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/
+
+[omelette]
+recipe = collective.recipe.omelette
+eggs = ${instance:eggs}
+products = ${instance:products}
+ignore-develop = True
Modified: experimental/erp5.buildout-zope-2.12/trunk/buildout.cfg
URL: http://svn.erp5.org/experimental/erp5.buildout-zope-2.12/trunk/buildout.cfg?rev=29285&r1=29284&r2=29285&view=diff
==============================================================================
--- experimental/erp5.buildout-zope-2.12/trunk/buildout.cfg [utf8] (original)
+++ experimental/erp5.buildout-zope-2.12/trunk/buildout.cfg [utf8] Mon Sep 28 19:54:18 2009
@@ -9,11 +9,3 @@
sources.cfg
versions.cfg
base.cfg
-
-eggs =
-# other eggs automatically taken from the auto-checkout configuration by
-# mr.developer
-
-develop =
-# other develop eggs automatically marked by mr.developer
-
Modified: experimental/erp5.buildout-zope-2.12/trunk/sources.cfg
URL: http://svn.erp5.org/experimental/erp5.buildout-zope-2.12/trunk/sources.cfg?rev=29285&r1=29284&r2=29285&view=diff
==============================================================================
--- experimental/erp5.buildout-zope-2.12/trunk/sources.cfg [utf8] (original)
+++ experimental/erp5.buildout-zope-2.12/trunk/sources.cfg [utf8] Mon Sep 28 19:54:18 2009
@@ -25,7 +25,7 @@
Products.MimetypesRegistry
Products.PortalTransforms
-# Local eggs
+# ERP5 eggs
timerserver
erp5diff
More information about the Erp5-report
mailing list