Changeset 11297 for main/waeup.fceokene/trunk/buildout.cfg
- Timestamp:
- 22 Feb 2014, 20:52:31 (11 years ago)
- Location:
- main/waeup.fceokene/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk
- Property svn:ignore
-
old new 5 5 develop-eggs 6 6 parts 7 sources 7 8 var
-
- Property svn:mergeinfo changed
/main/waeup.fceokene/branches/henrik-diazo-themed (added) merged: 11122-11123,11125,11128,11134,11150
- Property svn:ignore
-
main/waeup.fceokene/trunk/buildout.cfg
r11212 r11297 18 18 site_zcml 19 19 zdaemon_conf 20 deploy_ini 21 debug_ini 20 raw_deploy_ini 21 raw_debug_ini 22 themed_deploy_ini 23 themed_debug_ini 22 24 profile_ini 23 25 waeupdocs … … 26 28 # kofactl creation must be _after_ app! 27 29 kofactl 30 lxml 31 diazo 28 32 # For backward compatibility, telling buildout not to throw away 29 33 # the data and log subdirectories from the parts directory. … … 41 45 42 46 [sources] 43 waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/ tags/0.2.144 kofacustom.nigeria = svn https://svn.waeup.org/repos/main/kofacustom.nigeria/t ags/0.147 waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/branches/uli-diazo-themed 48 kofacustom.nigeria = svn https://svn.waeup.org/repos/main/kofacustom.nigeria/trunk 45 49 46 50 [kofa_params] … … 52 56 zeo1_port = 7031 53 57 zeo2_port = 7032 54 zeo3_port = 703358 # zeo3_port = 7033 55 59 server_port = 7030 56 60 # default 7. Number of pre-opened ZODB threads/client … … 62 66 # number of preopened paster threads, default 10 63 67 threadpool_workers = 10 68 devel_pkg = waeup.fceokene 64 69 65 70 [app] 66 71 # This creates all scripts in bin/. The kofactl created here is 'faulty'. 67 72 recipe = zc.recipe.egg 68 eggs = waeup.fceokene [beaker ]73 eggs = waeup.fceokene [beaker, diazo] 69 74 z3c.evalexception>=2.0 70 75 Paste … … 80 85 # fixed path to zdaemon.conf as argument. 81 86 recipe = zc.recipe.egg 82 eggs = waeup.fceokene [beaker ]87 eggs = waeup.fceokene [beaker, diazo] 83 88 arguments = "${buildout:parts-directory}/etc/zdaemon.conf" 84 89 scripts = kofactl=kofactl … … 146 151 output = ${buildout:parts-directory}/etc/zdaemon.conf 147 152 148 [deploy_ini] 149 recipe = collective.recipe.template 150 input = etc/deploy.ini.in 151 output = ${buildout:parts-directory}/etc/deploy.ini 152 153 [debug_ini] 154 recipe = collective.recipe.template 155 input = etc/debug.ini.in 156 output = ${buildout:parts-directory}/etc/debug.ini 153 [raw_debug_ini] 154 recipe = collective.recipe.template 155 input = etc/raw/debug.ini.in 156 output = ${buildout:parts-directory}/etc/raw-debug.ini 157 158 [raw_deploy_ini] 159 recipe = collective.recipe.template 160 input = etc/raw/deploy.ini.in 161 output = ${buildout:parts-directory}/etc/raw-deploy.ini 162 163 [themed_debug_ini] 164 recipe = collective.recipe.template 165 input = etc/themed/debug.ini.in 166 output = ${buildout:parts-directory}/etc/themed-debug.ini 167 168 [themed_deploy_ini] 169 recipe = collective.recipe.template 170 input = etc/themed/deploy.ini.in 171 output = ${buildout:parts-directory}/etc/themed-deploy.ini 157 172 158 173 [profile_ini] … … 186 201 scripts = coveragereport 187 202 arguments = ('${buildout:parts-directory}/coverage-detect/working-directory/coverage', '${buildout:directory}/coverage-report') 203 204 [lxml] 205 recipe = z3c.recipe.staticlxml 206 egg = lxml 207 208 [diazo] 209 recipe = zc.recipe.egg 210 eggs = 211 diazo [wsgi] 212 PasteScript 213 waeup.fceokene [beaker, diazo]
Note: See TracChangeset for help on using the changeset viewer.