Skip to content

Instantly share code, notes, and snippets.

@pombredanne
Last active December 15, 2015 15:19
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 pombredanne/5281269 to your computer and use it in GitHub Desktop.
Save pombredanne/5281269 to your computer and use it in GitHub Desktop.
[buildout]
extensions = mr.developer
auto-checkout =
notaliens.core
notaliens.people
notaliens.sites
notaliens.auth
develop =
notaliens_web
extra-paths =
parts =
scripts
eggs =
colander
pyramid
notaliens.core
notaliens.people
notaliens.sites
notaliens.auth
versions = versions
[sources]
notaliens.core = git https://github.com/sontek/notaliens.core.git update=true
notaliens.people = git https://github.com/sontek/notaliens.people.git update=true
notaliens.sites = git https://github.com/sontek/notaliens.sites.git update=true
notaliens.auth = git https://github.com/sontek/notaliens.auth.git update=true
# update with versions you want to freeze on
[versions]
colander = 1.0a2
# it creates appropriate entry_point scripts as defined in eggs setup.py
[scripts]
recipe = zc.recipe.egg
dependent-scripts = true
extra-paths = ${buildout:extra-paths}
eggs =
notaliens_web
${buildout:eggs}
interpreter = py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment