Commit 7720b332 authored by Łukasz Nowak's avatar Łukasz Nowak

- 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


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31921 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d0770d7a
......@@ -10,4 +10,8 @@ parts +=
mysql_install_db
mycnf
mysqld-bin
cmf15
products-deps
products-other
products-erp5
zope-instance
[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
[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
......@@ -30,6 +30,11 @@ parts =
# varnish
mysql-tritonn-5.0
zope-2.8
cmf15
itools
products-other
products-deps
products-erp5
# oood
# openoffice
# erp5-bt5
......
# 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 @@ eggs =
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}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment