Skip to main content

Buildout recipe for cloning sources from a mercurial repository.

Project description

hgrecipe

A Buildout recipe for pulling a Mercurial repository.

This is a fork of the MercurialRecipe package with an additional feature.

On a version update or configuration tweak Buildout is greedy, sometimes uninstalling and reinstalling parts you don’t want it to. Being on the receiving end of Buildout trashing an existing repository because of it can be painful. This recipe adds an overwrite option which ensures that Buildout will leave those repositories safe and intact.

Example Recipe

[django-dbtemplates]
recipe = hgrecipe
repository = https://me@bitbucket.org/jezdez/django-dbtemplates
overwrite = true

[my-code]
recipe = hgrecipe
repository = https://me@bitbucket.org/dont-delete-this-unless-i-say-so

Recipe Options

repository

The url of the repository to clone.

location

The location to clone the repository to. Defaults to the Buildout parts directory.

newest

Whether to pull the latest version of the repository on a Buildout. Value of true or false. Defaults to true.

overwrite

Whether to overwrite an existing repository at the value of location and whether to remove repository when recipe is uninstalled. Defaults to false.

Sandbox Installation

Run the following commands to run a demo of this package.

$ hg clone http://bitbucket.org/prestontimmons/hgrecipe
$ cd hgrecipe
$ python bootstrap.py
$ bin/buildout
$ bin/python hgrecipe/tests.py

Project details


Release history Release notifications | RSS feed

This version

0.9

Download files

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

Source Distribution

hgrecipe-0.9.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

hgrecipe-0.9.linux-x86_64.exe (67.8 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