Skip to main content

Simple buildout recipe for downloading git repositories. It uses system git command and its syntax

Project description

Welcome to git-recipe doc page

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
newest = 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

*newest* - always download newest repository, default is true.

And you can use buildout's global *offline* configure.

About
-----

This is a fork of ``gitrecipe`` , which doesn't support
the as_egg feature of ``zerokspot.recipe.git`` .

CHANGES
---------

- 0.0.4 determine repository now support '.' and '_' in its name.
- 0.0.3 add offline/newest configuration.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

git-recipe-0.0.5.tar.gz (4.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page