git-recipe

Software Screenshot:
git-recipe
Software Details:
Version: 0.2.2
Upload Date: 14 Apr 15
Developer: Young King
Distribution Type: Freeware
Downloads: 8

Rating: nan/5 (Total Votes: 0)

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

Similar Software

bzr-git
bzr-git

20 Feb 15

bzr-fastimport
bzr-fastimport

11 May 15

bzr-externals
bzr-externals

14 Apr 15

autohook
autohook

14 Apr 15

Comments to git-recipe

Comments not found
Add Comment
Turn on images!