Skip to content

Commit

Permalink
move standard recipe to base. use zeoserver in standard in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroche committed Jan 30, 2014
1 parent 68455ef commit 6529419
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
9 changes: 9 additions & 0 deletions base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,12 @@ scripts = ipython=ipzope
recipe = zc.recipe.egg
eggs = ZODB3
scripts = repozo

[standard]
recipe = collective.recipe.plonesite
site-id = standard
instance = instance1
default-language = fr
profiles-initial = Products.CMFPlone:plone-content
site-replace = false
post-extras = standard-config.py
3 changes: 3 additions & 0 deletions prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,6 @@ zope-conf-additional =
%define ZEOINSTANCE ${buildout:directory}/parts/zeoserver/var
%define BLOBSTORAGE ${buildout:directory}/var/blobstorage
%include ${buildout:directory}/zope_add_zeo.conf

[standard]
server = zeoserver
12 changes: 0 additions & 12 deletions standard-config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,3 @@ parts +=
[instance1]
eggs +=
collective.recipe.plonesite

[versions]
collective.recipe.plonesite = 1.8.2

[standard]
recipe = collective.recipe.plonesite
site-id = standard
instance = instance1
default-language = fr
profiles-initial = Products.CMFPlone:plone-content
site-replace = false
post-extras = standard-config.py

0 comments on commit 6529419

Please sign in to comment.