gitrecipe

Simple buildout recipe for downloading git repositories
Download

gitrecipe Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freely Distributable
  • Price:
  • FREE
  • Publisher Name:
  • Ivan Gromov
  • Publisher web site:
  • http://github.com/summerisgone/

gitrecipe Tags


gitrecipe Description

Simple buildout recipe for downloading git repositories gitrecipe 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:parts = datarecipe = gitreciperepository = git://example.com/my-git-repo.gitrev = origin/redevlop-branchOptions:repository - repository urlref of rev - git reference wich you want to checkoutNotesrev option leaved for compatibility with zerokspot.recipe.git. It is better to use ref parameter, because it corresponds Git terminologyAboutI've used recipe zerokspot.recipe.git, but as for me, it too complex and has some disadvantages:* it does not allow commit from the source folder, default remote is local copy in downloads* it does not allow to specify the tag or branch of the repository, only revision hashSo I wrote my own git recipe with compatible options. You can choose this or that. Requirements: · Python


gitrecipe Related Software