Ignore:
Timestamp:
13 Nov 2014, 14:40:27 (10 years ago)
Author:
Henrik Bettermann
Message:

Change of name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/henrik-regista/buildout.cfg

    r11254 r11949  
    1919    coverage-detect
    2020    coverage-report
    21 # kofactl creation must be _after_ app!
    22     kofactl
     21# ikobactl creation must be _after_ app!
     22    ikobactl
    2323    lxml
    2424    diazo
     
    3838# unless you specify an eggs-directory option here.
    3939
    40 [kofa_params]
     40[ikoba_params]
    4141## Basic parameters for deployment.
    4242# default is 127.0.0.1
     
    5757threadpool_workers = 10
    5858# package to be developed
    59 devel_pkg = waeup.kofa
     59devel_pkg = waeup.ikoba
    6060
    6161[app]
    62 # This creates all scripts in bin/. The kofactl created here is 'faulty'.
    63 recipe = zc.recipe.egg
    64 eggs = waeup.kofa [beaker, diazo]
     62# This creates all scripts in bin/. The ikobactl created here is 'faulty'.
     63recipe = zc.recipe.egg
     64eggs = waeup.ikoba [beaker, diazo]
    6565       z3c.evalexception>=2.0
    6666       Paste
     
    7171interpreter = python-console
    7272
    73 [kofactl]
     73[ikobactl]
    7474# See http://pypi.python.org/pypi/zc.recipe.egg for details...
    75 # Here we create the kofactl script again, this time with a
     75# Here we create the ikobactl script again, this time with a
    7676# fixed path to zdaemon.conf as argument.
    7777recipe = zc.recipe.egg
    78 eggs = waeup.kofa [beaker, diazo]
     78eggs = waeup.ikoba [beaker, diazo]
    7979arguments = "${buildout:parts-directory}/etc/zdaemon.conf"
    80 scripts = kofactl=kofactl
     80scripts = ikobactl=ikobactl
    8181
    8282[mkdirs]
     
    9494[test]
    9595recipe = zc.recipe.testrunner
    96 eggs = waeup.kofa [beaker, test]
     96eggs = waeup.ikoba [beaker, test]
    9797defaults = ['--tests-pattern', '^f?tests$', '-v']
    9898
     
    100100[i18n]
    101101recipe = z3c.recipe.i18n:i18n
    102 packages = waeup.kofa
    103 eggs = waeup.kofa
    104 domain = waeup.kofa
    105 output = src/waeup/kofa/locales
     102packages = waeup.ikoba
     103eggs = waeup.ikoba
     104domain = waeup.ikoba
     105output = src/waeup/ikoba/locales
    106106zcml =
    107107
     
    110110[zpasswd]
    111111recipe = z3c.recipe.dev:script
    112 eggs = waeup.kofa
     112eggs = waeup.ikoba
    113113module = zope.app.server.zpasswd
    114114method = main
     
    180180[waeupdocs]
    181181recipe = collective.recipe.sphinxbuilder
    182 eggs = waeup.kofa[docs]
     182eggs = waeup.ikoba[docs]
    183183source = ${buildout:directory}/docs/source
    184184build = ${buildout:directory}/docs/build
     
    187187[coverage-detect]
    188188recipe = zc.recipe.testrunner
    189 eggs = waeup.kofa[beaker]
     189eggs = waeup.ikoba[beaker]
    190190defaults = ['--tests-pattern', '^f?tests$', '-v', '--coverage', 'coverage']
    191191
     
    208208    diazo [wsgi]
    209209    PasteScript
    210     waeup.kofa [beaker,diazo]
     210    waeup.ikoba [beaker,diazo]
Note: See TracChangeset for help on using the changeset viewer.