- Timestamp:
- 12 Feb 2014, 17:12:11 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.skeleton/branches/uli-diazo-themed/buildout.cfg
r10761 r11075 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. … … 32 36 # newest = false 33 37 34 extends = versions.cfg 38 extends = 39 http://good-py.appspot.com/release/diazo/1.0 40 versions.cfg 35 41 show-picked-versions = true 36 42 update-versions-file = versions.cfg … … 63 69 # number of preopened paster threads, default 10 64 70 threadpool_workers = 10 71 devel_pkg = waeup.skeleton 65 72 66 73 [app] 67 74 # This creates all scripts in bin/. The kofactl created here is 'faulty'. 68 75 recipe = zc.recipe.egg 69 eggs = waeup.skeleton [beaker ]76 eggs = waeup.skeleton [beaker, diazo] 70 77 z3c.evalexception>=2.0 71 78 Paste … … 81 88 # fixed path to zdaemon.conf as argument. 82 89 recipe = zc.recipe.egg 83 eggs = waeup.skeleton [beaker ]90 eggs = waeup.skeleton [beaker, diazo] 84 91 arguments = "${buildout:parts-directory}/etc/zdaemon.conf" 85 92 scripts = kofactl=kofactl … … 147 154 output = ${buildout:parts-directory}/etc/zdaemon.conf 148 155 149 [deploy_ini] 150 recipe = collective.recipe.template 151 input = etc/deploy.ini.in 152 output = ${buildout:parts-directory}/etc/deploy.ini 153 154 [debug_ini] 155 recipe = collective.recipe.template 156 input = etc/debug.ini.in 157 output = ${buildout:parts-directory}/etc/debug.ini 156 [raw_debug_ini] 157 recipe = collective.recipe.template 158 input = etc/raw/debug.ini.in 159 output = ${buildout:parts-directory}/etc/raw-debug.ini 160 161 [raw_deploy_ini] 162 recipe = collective.recipe.template 163 input = etc/raw/deploy.ini.in 164 output = ${buildout:parts-directory}/etc/raw-deploy.ini 165 166 [themed_debug_ini] 167 recipe = collective.recipe.template 168 input = etc/themed/debug.ini.in 169 output = ${buildout:parts-directory}/etc/themed-debug.ini 170 171 [themed_deploy_ini] 172 recipe = collective.recipe.template 173 input = etc/themed/deploy.ini.in 174 output = ${buildout:parts-directory}/etc/themed-deploy.ini 158 175 159 176 [profile_ini] … … 187 204 scripts = coveragereport 188 205 arguments = ('${buildout:parts-directory}/coverage-detect/working-directory/coverage', '${buildout:directory}/coverage-report') 206 207 [lxml] 208 recipe = z3c.recipe.staticlxml 209 egg = lxml 210 211 [diazo] 212 recipe = zc.recipe.egg 213 eggs = 214 diazo [wsgi] 215 PasteScript 216 waeup.skeleton [beaker, diazo]
Note: See TracChangeset for help on using the changeset viewer.