- Timestamp:
- 13 Oct 2011, 08:24:05 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.custom/trunk/buildout.cfg
r6871 r6887 1 1 [buildout] 2 develop = . 2 develop = . waeup.sirp 3 3 parts = 4 4 eggbasket … … 62 62 # This creates all scripts in bin/. The sirpctl created here is 'faulty'. 63 63 recipe = zc.recipe.egg 64 eggs = waeup. sirp64 eggs = waeup.custom 65 65 z3c.evalexception>=2.0 66 66 Paste … … 74 74 # fixed path to zdaemon.conf as argument. 75 75 recipe = zc.recipe.egg 76 eggs = waeup. sirp76 eggs = waeup.custom 77 77 arguments = "${buildout:parts-directory}/etc/zdaemon.conf" 78 78 scripts = sirpctl=sirpctl … … 87 87 [test] 88 88 recipe = zc.recipe.testrunner 89 eggs = waeup. sirp[test]89 eggs = waeup.custom [test] 90 90 defaults = ['--tests-pattern', '^f?tests$', '-v'] 91 91 … … 93 93 [i18n] 94 94 recipe = z3c.recipe.i18n:i18n 95 packages = waeup. sirp96 eggs = waeup. sirp97 domain = waeup. sirp98 output = src/waeup/ sirp/locales95 packages = waeup.custom 96 eggs = waeup.custom 97 domain = waeup.custom 98 output = src/waeup/custom/locales 99 99 zcml = 100 100 … … 103 103 [zpasswd] 104 104 recipe = z3c.recipe.dev:script 105 eggs = waeup. sirp105 eggs = waeup.custom 106 106 module = zope.app.server.zpasswd 107 107 method = main … … 155 155 [waeupdocs] 156 156 recipe = collective.recipe.sphinxbuilder 157 eggs = waeup. sirp[docs]157 eggs = waeup.custom[docs] 158 158 source = ${buildout:directory}/docs/source 159 159 build = ${buildout:directory}/docs/build … … 162 162 [coverage-detect] 163 163 recipe = zc.recipe.testrunner 164 eggs = waeup. sirp164 eggs = waeup.custom 165 165 defaults = ['--tests-pattern', '^f?tests$', '-v', '--coverage', 'coverage'] 166 166
Note: See TracChangeset for help on using the changeset viewer.