Changeset 11398 for main/waeup.futminna/trunk/buildout.cfg
- Timestamp:
- 24 Feb 2014, 08:47:15 (11 years ago)
- Location:
- main/waeup.futminna/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.futminna/trunk
- Property svn:ignore
-
old new 5 5 develop-eggs 6 6 parts 7 sources 7 8 var
-
- Property svn:ignore
-
main/waeup.futminna/trunk/buildout.cfg
r10141 r11398 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 waeupdocs24 25 coverage-detect 25 26 coverage-report 26 27 # kofactl creation must be _after_ app! 27 28 kofactl 29 lxml 30 diazo 28 31 # For backward compatibility, telling buildout not to throw away 29 32 # the data and log subdirectories from the parts directory. … … 62 65 # number of preopened paster threads, default 10 63 66 threadpool_workers = 10 67 devel_pkg = waeup.futminna 64 68 65 69 [app] 66 70 # This creates all scripts in bin/. The kofactl created here is 'faulty'. 67 71 recipe = zc.recipe.egg 68 eggs = waeup.futminna [beaker ]72 eggs = waeup.futminna [beaker, diazo] 69 73 z3c.evalexception>=2.0 70 74 Paste … … 80 84 # fixed path to zdaemon.conf as argument. 81 85 recipe = zc.recipe.egg 82 eggs = waeup.futminna [beaker ]86 eggs = waeup.futminna [beaker, diazo] 83 87 arguments = "${buildout:parts-directory}/etc/zdaemon.conf" 84 88 scripts = kofactl=kofactl … … 146 150 output = ${buildout:parts-directory}/etc/zdaemon.conf 147 151 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 152 [raw_debug_ini] 153 recipe = collective.recipe.template 154 input = etc/raw/debug.ini.in 155 output = ${buildout:parts-directory}/etc/raw-debug.ini 156 157 [raw_deploy_ini] 158 recipe = collective.recipe.template 159 input = etc/raw/deploy.ini.in 160 output = ${buildout:parts-directory}/etc/raw-deploy.ini 161 162 [themed_debug_ini] 163 recipe = collective.recipe.template 164 input = etc/themed/debug.ini.in 165 output = ${buildout:parts-directory}/etc/themed-debug.ini 166 167 [themed_deploy_ini] 168 recipe = collective.recipe.template 169 input = etc/themed/deploy.ini.in 170 output = ${buildout:parts-directory}/etc/themed-deploy.ini 157 171 158 172 [profile_ini] … … 165 179 eggs = grok 166 180 url = http://grok.zope.org/releaseinfo/grok-eggs-1.1.tgz 167 168 [waeupdocs]169 recipe = collective.recipe.sphinxbuilder170 eggs = waeup.futminna[docs]171 source = ${buildout:directory}/docs/source172 build = ${buildout:directory}/docs/build173 181 174 182 # Collect test coverage data. … … 186 194 scripts = coveragereport 187 195 arguments = ('${buildout:parts-directory}/coverage-detect/working-directory/coverage', '${buildout:directory}/coverage-report') 196 197 [lxml] 198 recipe = z3c.recipe.staticlxml 199 egg = lxml 200 201 [diazo] 202 recipe = zc.recipe.egg 203 eggs = 204 diazo [wsgi] 205 PasteScript 206 waeup.futminna [beaker, diazo]
Note: See TracChangeset for help on using the changeset viewer.