Changeset 11047 for main/waeup.kofa/branches
- Timestamp:
- 4 Feb 2014, 14:00:41 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/buildout.cfg
r10110 r11047 11 11 site_zcml 12 12 zdaemon_conf 13 deploy_ini 14 debug_ini 13 raw_deploy_ini 14 raw_debug_ini 15 themed_deploy_ini 16 themed_debug_ini 15 17 profile_ini 16 18 waeupdocs … … 19 21 # kofactl creation must be _after_ app! 20 22 kofactl 23 lxml 24 diazo 21 25 # For backward compatibility, telling buildout not to throw away 22 26 # the data and log subdirectories from the parts directory. … … 25 29 # newest = false 26 30 27 extends = versions.cfg 31 extends = 32 http://good-py.appspot.com/release/diazo/1.0 33 versions.cfg 28 34 show-picked-versions = true 29 35 update-versions-file = versions.cfg 36 30 37 31 38 # eggs will be installed in the default buildout location … … 57 64 # This creates all scripts in bin/. The kofactl created here is 'faulty'. 58 65 recipe = zc.recipe.egg 59 eggs = waeup.kofa [beaker ]66 eggs = waeup.kofa [beaker, diazo] 60 67 z3c.evalexception>=2.0 61 68 Paste … … 71 78 # fixed path to zdaemon.conf as argument. 72 79 recipe = zc.recipe.egg 73 eggs = waeup.kofa [beaker ]80 eggs = waeup.kofa [beaker, diazo] 74 81 arguments = "${buildout:parts-directory}/etc/zdaemon.conf" 75 82 scripts = kofactl=kofactl … … 143 150 output = ${buildout:parts-directory}/etc/zdaemon.conf 144 151 145 [deploy_ini] 146 recipe = collective.recipe.template 147 input = etc/deploy.ini.in 148 output = ${buildout:parts-directory}/etc/deploy.ini 149 150 [debug_ini] 151 recipe = collective.recipe.template 152 input = etc/debug.ini.in 153 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 154 171 155 172 [profile_ini] … … 183 200 scripts = coveragereport 184 201 arguments = ('${buildout:parts-directory}/coverage-detect/working-directory/coverage', '${buildout:directory}/coverage-report') 202 203 [lxml] 204 recipe = z3c.recipe.staticlxml 205 egg = lxml 206 207 [diazo] 208 recipe = zc.recipe.egg 209 eggs = 210 diazo [wsgi] 211 PasteScript 212 waeup.kofa [beaker,diazo]
Note: See TracChangeset for help on using the changeset viewer.