Changeset 87 for plone4bio.buildout

Show
Ignore:
Timestamp:
09/07/09 10:17:34 (2 years ago)
Author:
mauro
Message:

update *.cfg

Location:
plone4bio.buildout/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • plone4bio.buildout/trunk/config/base.cfg

    r79 r87  
    11[buildout] 
    2 # parts: note that the plone part is no longer necessary. 
    32parts =  
    4 #    genometools 
    53    zope2 
    64    productdistros 
     
    86    zopepy 
    97 
    10 # find-links: only the new dist.plone.org URL is needed. 
    11 find-links = 
    12     http://dist.plone.org/release/3.3 
    13  
    148# New: this will pick up version settings for all the components. 
    159# Modify the "3.3" to match the version you're seeking. 
    16 extends =  
    17     http://dist.plone.org/release/3.3/versions.cfg 
    18  
     10find-links = http://dist.plone.org/release/3.3 
     11extends = http://dist.plone.org/release/3.3/versions.cfg 
    1912versions = versions 
    2013 
     
    2417    Plone 
    2518    biopython 
    26     psycopg2 
    2719    biocomp.pscoils 
    2820    Cheetah 
     
    3729    src/plone4bio.biosql 
    3830    src/plone4biotheme.base 
     31 
     32[plone4bio] 
     33eggs = 
     34    plone4bio.base 
     35    plone4bio.pscoils 
     36    plone4bio.biosql 
     37    plone4biotheme.base 
    3938 
    4039[versions] 
     
    6059eggs = 
    6160    ${buildout:eggs} 
    62     plone4bio.base 
    63     plone4bio.pscoils 
    64     plone4bio.biosql 
    65     plone4biotheme.base 
     61    ${plone4bio:eggs} 
    6662 
    6763zcml = 
    68     plone4bio.base 
    69     plone4bio.pscoils 
    70     plone4bio.biosql 
    71     plone4biotheme.base 
     64    ${plone4bio:eggs} 
    7265 
    7366products = 
  • plone4bio.buildout/trunk/demo.cfg

    r75 r87  
    33parts += 
    44    plonesite 
     5eggs += 
     6    psycopg2 
     7    MySQL-python 
    58 
    69[instance] 
    710user = admin:admin 
     11 
    812 
    913[plonesite] 
     
    1115site-id = plone4bio 
    1216instance = instance 
    13 site-replace = True 
     17site-replace = False 
    1418products = 
    1519    plone4bio.base 
  • plone4bio.buildout/trunk/development.cfg

    r75 r87  
    11[buildout] 
    22extends = config/base.cfg 
    3 #unzip = true 
    43parts += 
    54    omelette 
    65    pydev 
    76    idelauncher 
     7    roadrunner 
    88eggs += 
    99    stxnext.pdb 
     10    psycopg2 
     11    MySQL-python 
    1012 
    1113[instance] 
     
    1416verbose-security = on 
    1517eggs += 
    16 #    collective.solr 
    17 #    collective.indexing 
    18 #    plone.app.dexterity 
    1918    redturtle.bent 
    2019    plone.reload==0.11 
     
    2221    Products.PDBDebugMode 
    2322zcml += 
    24 #    collective.indexing 
    2523    Products.PDBDebugMode 
    2624    plone.reload 
     
    4543# update-command = ${idelauncher:command} 
    4644 
    47 [biopython-trunk] 
    48 recipe=zerokspot.recipe.git 
    49 repository=git://github.com/biopython/biopython.git 
    50  
    5145[plonesite] 
    5246recipe = collective.recipe.plonesite 
    5347site-id = plone4bio 
    5448instance = instance 
    55 site-replace = True 
     49site-replace = False 
    5650products = 
    57 #   FIXME: plon4bio.biosql objects doesn't get catalogued 
    58 #          with collective.indexing installed 
    59 #   collective.indexing 
    6051    plone4bio.base 
    6152    plone4biotheme.base 
     
    6354    plone4bio.pscoils 
    6455 
     56[roadrunner] 
     57recipe = roadrunner:plone 
     58packages-under-test = ${plone4bio:eggs} 
     59