Skip to content

Instantly share code, notes, and snippets.

@stefanfoulis
Created June 10, 2011 15:37
Show Gist options
  • Save stefanfoulis/1019070 to your computer and use it in GitHub Desktop.
Save stefanfoulis/1019070 to your computer and use it in GitHub Desktop.
using external git sources in buildout
[buildout]
...
parts =
...
django-filer-git
[django-filer-git]
recipe=zerokspot.recipe.git
repository=git://github.com/stefanfoulis/django-filer.git
rev=c10e7e0b618b7718ae518ec33ecc8d5de6b62eaa
as_egg=True
[buildout]
...
parts =
...
django-filer-git
[django-filer-git]
recipe=zerokspot.recipe.git
repository=git://github.com/stefanfoulis/django-filer.git
branch=develop
as_egg=True
[buildout]
...
parts =
...
django-filer-git
extra-paths =
...
${buildout:directory}/parts/django-filer-git
[django-filer-git]
recipe=zerokspot.recipe.git
repository=git://github.com/stefanfoulis/django-filer.git
rev=c10e7e0b618b7718ae518ec33ecc8d5de6b62eaa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment