Changeset 14178 for main/ikobacustom.uniben/trunk/buildout.cfg
- Timestamp:
- 22 Sep 2016, 20:11:06 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.uniben/trunk/buildout.cfg
r12304 r14178 50 50 host = 0.0.0.0 51 51 # default is 8080 52 base_port = 808053 zeo1_port = 808054 zeo2_port = 808155 zeo3_port = 808256 server_port = 810052 base_port = 7151 53 zeo1_port = 7151 54 zeo2_port = 7151 55 zeo3_port = 7152 56 server_port = 7150 57 57 # default 7. Number of pre-opened ZODB threads/client 58 58 pool_size = 7 … … 63 63 # number of preopened paster threads, default 10 64 64 threadpool_workers = 10 65 devel_pkg = ikobacustom. skeleton65 devel_pkg = ikobacustom.uniben 66 66 67 67 [app] 68 68 # This creates all scripts in bin/. The ikobactl created here is 'faulty'. 69 69 recipe = zc.recipe.egg 70 eggs = ikobacustom. skeleton [beaker, diazo]70 eggs = ikobacustom.uniben [beaker, diazo] 71 71 z3c.evalexception>=2.0 72 72 Paste … … 82 82 # fixed path to zdaemon.conf as argument. 83 83 recipe = zc.recipe.egg 84 eggs = ikobacustom. skeleton [beaker, diazo]84 eggs = ikobacustom.uniben [beaker, diazo] 85 85 waeup.ikoba 86 86 arguments = "${buildout:parts-directory}/etc/zdaemon.conf" … … 101 101 [test] 102 102 recipe = zc.recipe.testrunner 103 eggs = ikobacustom. skeleton [beaker, test]103 eggs = ikobacustom.uniben [beaker, test] 104 104 defaults = ['--tests-pattern', '^f?tests$', '-v'] 105 105 … … 107 107 [i18n] 108 108 recipe = z3c.recipe.i18n:i18n 109 packages = ikobacustom. skeleton110 eggs = ikobacustom. skeleton111 domain = ikobacustom. skeleton112 output = src/ikobacustom/ skeleton/locales109 packages = ikobacustom.uniben 110 eggs = ikobacustom.uniben 111 domain = ikobacustom.uniben 112 output = src/ikobacustom/uniben/locales 113 113 zcml = 114 114 … … 117 117 [zpasswd] 118 118 recipe = z3c.recipe.dev:script 119 eggs = ikobacustom. skeleton119 eggs = ikobacustom.uniben 120 120 module = zope.app.server.zpasswd 121 121 method = main … … 187 187 #[waeupdocs] 188 188 #recipe = collective.recipe.sphinxbuilder 189 #eggs = ikobacustom. skeleton[docs]189 #eggs = ikobacustom.uniben[docs] 190 190 #source = ${buildout:directory}/docs/source 191 191 #build = ${buildout:directory}/docs/build … … 194 194 [coverage-detect] 195 195 recipe = zc.recipe.testrunner 196 eggs = ikobacustom. skeleton[beaker]196 eggs = ikobacustom.uniben[beaker] 197 197 defaults = ['--tests-pattern', '^f?tests$', '-v', '--coverage', 'coverage'] 198 198 … … 215 215 diazo [wsgi] 216 216 PasteScript 217 ikobacustom. skeleton [beaker,diazo]217 ikobacustom.uniben [beaker,diazo]
Note: See TracChangeset for help on using the changeset viewer.