Ignore:
Timestamp:
17 Feb 2014, 15:46:03 (11 years ago)
Author:
Henrik Bettermann
Message:

Diazofy skeleton package. waeup.skeleton is deprecated and will be removed soon.

Location:
main/kofacustom.skeleton/branches/henrik-diazo-themed
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.skeleton/branches/henrik-diazo-themed

    • Property svn:ignore
      •  

        old new  
        55develop-eggs
        66parts
         7sources
        78var
  • main/kofacustom.skeleton/branches/henrik-diazo-themed/buildout.cfg

    r10765 r11109  
    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/trunk
     47waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/branches/uli-diazo-themed
    4448kofacustom.nigeria = svn https://svn.waeup.org/repos/main/kofacustom.nigeria/trunk
    4549
     
    6367# number of preopened paster threads, default 10
    6468threadpool_workers = 10
     69devel_pkg = kofacustom.skeleton
    6570
    6671[app]
    6772# This creates all scripts in bin/. The kofactl created here is 'faulty'.
    6873recipe = zc.recipe.egg
    69 eggs = kofacustom.skeleton [beaker]
     74eggs = kofacustom.skeleton [beaker, diazo]
    7075       z3c.evalexception>=2.0
    7176       Paste
     
    8186# fixed path to zdaemon.conf as argument.
    8287recipe = zc.recipe.egg
    83 eggs = kofacustom.skeleton [beaker]
     88eggs = kofacustom.skeleton [beaker, diazo]
    8489arguments = "${buildout:parts-directory}/etc/zdaemon.conf"
    8590scripts = kofactl=kofactl
     
    147152output = ${buildout:parts-directory}/etc/zdaemon.conf
    148153
    149 [deploy_ini]
    150 recipe = collective.recipe.template
    151 input = etc/deploy.ini.in
    152 output = ${buildout:parts-directory}/etc/deploy.ini
    153 
    154 [debug_ini]
    155 recipe = collective.recipe.template
    156 input = etc/debug.ini.in
    157 output = ${buildout:parts-directory}/etc/debug.ini
     154[raw_debug_ini]
     155recipe = collective.recipe.template
     156input = etc/raw/debug.ini.in
     157output = ${buildout:parts-directory}/etc/raw-debug.ini
     158
     159[raw_deploy_ini]
     160recipe = collective.recipe.template
     161input = etc/raw/deploy.ini.in
     162output = ${buildout:parts-directory}/etc/raw-deploy.ini
     163
     164[themed_debug_ini]
     165recipe = collective.recipe.template
     166input = etc/themed/debug.ini.in
     167output = ${buildout:parts-directory}/etc/themed-debug.ini
     168
     169[themed_deploy_ini]
     170recipe = collective.recipe.template
     171input = etc/themed/deploy.ini.in
     172output = ${buildout:parts-directory}/etc/themed-deploy.ini
    158173
    159174[profile_ini]
     
    187202scripts = coveragereport
    188203arguments = ('${buildout:parts-directory}/coverage-detect/working-directory/coverage', '${buildout:directory}/coverage-report')
     204
     205[lxml]
     206recipe = z3c.recipe.staticlxml
     207egg = lxml
     208
     209[diazo]
     210recipe = zc.recipe.egg
     211eggs =
     212    diazo [wsgi]
     213    PasteScript
     214    kofacustom.skeleton [beaker, diazo]
Note: See TracChangeset for help on using the changeset viewer.