Created
February 22, 2012 17:07
-
-
Save tomster/1886099 to your computer and use it in GitHub Desktop.
sample buildout for working on and developing Kotti & deform
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[buildout] | |
extensions = mr.developer | |
parts = debug | |
auto-checkout = * | |
repo = pyfidelity | |
[sources] | |
Kotti = git [email protected]:pyfidelity/Kotti.git | |
deform = git [email protected]:pyfidelity/deform.git | |
deform_bootstrap = git [email protected]: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