Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
copying for getting the history
Browse files Browse the repository at this point in the history
  • Loading branch information
goschtl committed Nov 8, 2010
1 parent d15df07 commit fd7eb18
Showing 1 changed file with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions buildout.cfg
@@ -0,0 +1,80 @@
[buildout]
extends = http://svn.zope.org/repos/main/groktoolkit/trunk/grok.cfg
parts =
docs
interpreter
grokwiki
mkdirs
test
zpasswd
zope_conf site_zcml deploy_ini debug_ini
develop =
.
grokdocs
grokwiki
versions = versions
extensions = buildout.dumppickedversions

[versions]
grok =

[docs]
recipe = z3c.recipe.scripts
eggs = grokdocs

[interpreter]
recipe = z3c.recipe.scripts
eggs = grokwiki
zest.releaser
interpreter = grokpy

[grokwiki]
recipe = z3c.recipe.scripts
eggs = grokwiki
z3c.evalexception>=2.0
Paste
PasteScript
PasteDeploy

[mkdirs]
recipe = z3c.recipe.mkdir
paths =
${zope_conf:filestorage}
${zope_conf:logfiles}

[test]
recipe = zc.recipe.testrunner
eggs =
grok
grok[test]
defaults = ['--tests-pattern', '^f?tests$', '-v']

# This section is named so that the zpasswd utility is
# called `zpasswd`
[zpasswd]
recipe = z3c.recipe.dev:script
eggs = grokwiki
module = zope.app.server.zpasswd
method = main

[zope_conf]
recipe = z3c.recipe.template
input = etc/zope.conf.in
output = ${buildout:parts-directory}/etc/zope.conf
filestorage = ${buildout:directory}/var/filestorage
logfiles = ${buildout:directory}/var/log

[site_zcml]
recipe = z3c.recipe.template
input = etc/site.zcml.in
output = ${buildout:parts-directory}/etc/site.zcml

[deploy_ini]
recipe = z3c.recipe.template
input = etc/deploy.ini.in
output = ${buildout:parts-directory}/etc/deploy.ini

[debug_ini]
recipe = z3c.recipe.template
input = etc/debug.ini.in
output = ${buildout:parts-directory}/etc/debug.ini

0 comments on commit fd7eb18

Please sign in to comment.