Skip to content

Instantly share code, notes, and snippets.

@tomster
Created February 22, 2012 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomster/1886099 to your computer and use it in GitHub Desktop.
Save tomster/1886099 to your computer and use it in GitHub Desktop.
sample buildout for working on and developing Kotti & deform
[buildout]
extensions = mr.developer
parts = debug
auto-checkout = *
repo = pyfidelity
[sources]
Kotti = git git@github.com:pyfidelity/Kotti.git
deform = git git@github.com:pyfidelity/deform.git
deform_bootstrap = git git@github.com:pyfidelity/deform_bootstrap.git
deformdemo = git git://github.com/Pylons/deformdemo.git
[debug]
recipe = zc.recipe.egg
eggs =
Kotti
deformdemo
dependent-scripts = true
interpreter = py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment