Ignore:
Timestamp:
22 Feb 2014, 20:12:28 (11 years ago)
Author:
uli
Message:

Merge changes from henrik-diazo-themed.

Location:
main/kofacustom.ekodisco/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.ekodisco/trunk

  • main/kofacustom.ekodisco/trunk/buildout.cfg

    r11188 r11278  
    1818    site_zcml
    1919    zdaemon_conf
    20     deploy_ini
    21     debug_ini
     20    raw_deploy_ini
     21    raw_debug_ini
     22    themed_deploy_ini
     23    themed_debug_ini
    2224    profile_ini
    2325    waeupdocs
     
    2628# kofactl creation must be _after_ app!
    2729    kofactl
     30    lxml
     31    diazo
    2832# For backward compatibility, telling buildout not to throw away
    2933# the data and log subdirectories from the parts directory.
     
    4145
    4246[sources]
    43 waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/branches/0.2
    44 kofacustom.nigeria = svn https://svn.waeup.org/repos/main/kofacustom.nigeria/branches/0.x
     47waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/branches/uli-diazo-themed
     48kofacustom.nigeria = svn https://svn.waeup.org/repos/main/kofacustom.nigeria/trunk
    4549
    4650[kofa_params]
     
    5054# default is 8080
    5155base_port = 7091
     56
     57zeo1_port = 7091
     58zeo2_port = 7092
     59# zeo3_port = 7093
     60server_port = 7090
    5261
    5362# default 7. Number of pre-opened ZODB threads/client
     
    5968# number of preopened paster threads, default 10
    6069threadpool_workers = 10
     70devel_pkg = kofacustom.ekodisco
    6171
    6272[app]
    6373# This creates all scripts in bin/. The kofactl created here is 'faulty'.
    6474recipe = zc.recipe.egg
    65 eggs = kofacustom.ekodisco [beaker]
     75eggs = kofacustom.ekodisco [beaker, diazo]
    6676       z3c.evalexception>=2.0
    6777       Paste
     
    7787# fixed path to zdaemon.conf as argument.
    7888recipe = zc.recipe.egg
    79 eggs = kofacustom.ekodisco [beaker]
     89eggs = kofacustom.ekodisco [beaker, diazo]
    8090arguments = "${buildout:parts-directory}/etc/zdaemon.conf"
    8191scripts = kofactl=kofactl
     
    143153output = ${buildout:parts-directory}/etc/zdaemon.conf
    144154
    145 [deploy_ini]
    146 recipe = collective.recipe.template
    147 input = etc/deploy.ini.in
    148 output = ${buildout:parts-directory}/etc/deploy.ini
    149 
    150 [debug_ini]
    151 recipe = collective.recipe.template
    152 input = etc/debug.ini.in
    153 output = ${buildout:parts-directory}/etc/debug.ini
     155[raw_debug_ini]
     156recipe = collective.recipe.template
     157input = etc/raw/debug.ini.in
     158output = ${buildout:parts-directory}/etc/raw-debug.ini
     159
     160[raw_deploy_ini]
     161recipe = collective.recipe.template
     162input = etc/raw/deploy.ini.in
     163output = ${buildout:parts-directory}/etc/raw-deploy.ini
     164
     165[themed_debug_ini]
     166recipe = collective.recipe.template
     167input = etc/themed/debug.ini.in
     168output = ${buildout:parts-directory}/etc/themed-debug.ini
     169
     170[themed_deploy_ini]
     171recipe = collective.recipe.template
     172input = etc/themed/deploy.ini.in
     173output = ${buildout:parts-directory}/etc/themed-deploy.ini
    154174
    155175[profile_ini]
     
    183203scripts = coveragereport
    184204arguments = ('${buildout:parts-directory}/coverage-detect/working-directory/coverage', '${buildout:directory}/coverage-report')
     205
     206[lxml]
     207recipe = z3c.recipe.staticlxml
     208egg = lxml
     209
     210[diazo]
     211recipe = zc.recipe.egg
     212eggs =
     213    diazo [wsgi]
     214    PasteScript
     215    kofacustom.ekodisco [beaker, diazo]
Note: See TracChangeset for help on using the changeset viewer.