Ignore:
Timestamp:
8 Mar 2012, 17:58:57 (13 years ago)
Author:
uli
Message:

Update all non-source files to reflect new package name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/buildout.cfg

    r7583 r7808  
    1717    coverage-detect
    1818    coverage-report
    19 # sirpctl creation must be _after_ app!
    20     sirpctl
     19# kofactl creation must be _after_ app!
     20    kofactl
    2121# For backward compatibility, telling buildout not to throw away
    2222# the data and log subdirectories from the parts directory.
     
    6161
    6262[app]
    63 # This creates all scripts in bin/. The sirpctl created here is 'faulty'.
     63# This creates all scripts in bin/. The kofactl created here is 'faulty'.
    6464recipe = zc.recipe.egg
    65 eggs = waeup.sirp [beaker]
     65eggs = waeup.kofa [beaker]
    6666       z3c.evalexception>=2.0
    6767       Paste
     
    7171interpreter = python-console
    7272
    73 [sirpctl]
     73[kofactl]
    7474# See http://pypi.python.org/pypi/zc.recipe.egg for details...
    75 # Here we create the sirpctl script again, this time with a
     75# Here we create the kofactl script again, this time with a
    7676# fixed path to zdaemon.conf as argument.
    7777recipe = zc.recipe.egg
    78 eggs = waeup.sirp [beaker]
     78eggs = waeup.kofa [beaker]
    7979arguments = "${buildout:parts-directory}/etc/zdaemon.conf"
    80 scripts = sirpctl=sirpctl
     80scripts = kofactl=kofactl
    8181
    8282[mkdirs]
     
    9494[test]
    9595recipe = zc.recipe.testrunner
    96 eggs = waeup.sirp [beaker, test]
     96eggs = waeup.kofa [beaker, test]
    9797defaults = ['--tests-pattern', '^f?tests$', '-v']
    9898
     
    100100[i18n]
    101101recipe = z3c.recipe.i18n:i18n
    102 packages = waeup.sirp
    103 eggs = waeup.sirp
    104 domain = waeup.sirp
    105 output = src/waeup/sirp/locales
     102packages = waeup.kofa
     103eggs = waeup.kofa
     104domain = waeup.kofa
     105output = src/waeup/kofa/locales
    106106zcml =
    107107
     
    110110[zpasswd]
    111111recipe = z3c.recipe.dev:script
    112 eggs = waeup.sirp
     112eggs = waeup.kofa
    113113module = zope.app.server.zpasswd
    114114method = main
     
    170170[waeupdocs]
    171171recipe = collective.recipe.sphinxbuilder
    172 eggs = waeup.sirp[docs]
     172eggs = waeup.kofa[docs]
    173173source = ${buildout:directory}/docs/source
    174174build = ${buildout:directory}/docs/build
     
    177177[coverage-detect]
    178178recipe = zc.recipe.testrunner
    179 eggs = waeup.sirp[beaker]
     179eggs = waeup.kofa[beaker]
    180180defaults = ['--tests-pattern', '^f?tests$', '-v', '--coverage', 'coverage']
    181181
Note: See TracChangeset for help on using the changeset viewer.