Software Details:
Version: 0.2.2
Upload Date: 14 Apr 15
Distribution Type: Freeware
Downloads: 51
git-recipe is a simple buildout recipe for downloading git repositories that uses system git command and its syntax.
Usage
Recipe clones git repository and checkouts to revision, if it is provided
in configuration. You can use recipe like this: ::
[buildout]
parts = data
[data]
recipe = git-recipe
repository = git://example.com/my-git-repo.git
rev = origin/redevlop-branch
as_egg = True
Options
*repository* - repository url
*ref* of *rev* - git reference_ wich you want to checkout
*as_egg* - Set to True if you want the checkout to be registered as a development egg in your buildout
What is new in this release:
- Add custom repository name for django plugins.
What is new in version 0.1:
- Add custom directory support for static resources.
What is new in version 0.0.4:
- Determine repository now support '.' and '_' in its name.
Requirements:
- Python
Comments not found