Skip to main content

UNKNOWN

Project description

Introduction

mr.developer is a zc.buildout extension which makes it easier to work with buildouts containing lots of packages of which you only want to develop some. The basic idea for this comes from Wichert Akkerman’s plonenext effort.

Usage

You add mr.developer to the extensions option of your [buildout] section. Then you can add the following options to your [buildout] section:

sources-dir

This specifies where your development packages should be placed. Defaults to src.

sources-svn

This specifies a section which lists the subversion repository URLs of your packages.

sources-git

This specifies a section which lists the git repository URLs of your packages.

auto-checkout

This specifies the names of packages which should be checked out during buildout (only works with subversion repositories at the moment).

The following is an example of how your buildout.cfg may look like:

[buildout]
...
extensions = mr.developer
sources-svn = sources-svn
sources-git = sources-git
auto-checkout = my.package

[sources-svn]
my.package = http://example.com/svn/my.package/trunk

[sources-svn]
some.other.package = git://example.com/git/some.other.package.git

When you run buildout, you will get a script at bin/checkout in your buildout directory. With that script you can checkout the source from the specified repository, without the need to know where the repository is located.

Now if you run buildout again, the package is automatically marked as an develop egg and, if it’s listed in the section specified by the versions option in the [buildout] section, the version will be set to an empty string, so the develop egg will actually be used.

Changelog

0.2 - 2009-03-22

  • Added auto-checkout option (only works with subversion at the moment). [fschulze]

  • Added support for git. [fschulze]

  • Throw error when trying to checkout unknown package. [fschulze]

  • Fixed target directory for checkouts. [fschulze]

0.1 - 2009-03-19

  • Initial release

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

mr.developer-0.2.zip (7.7 kB view details)

Uploaded Source

File details

Details for the file mr.developer-0.2.zip.

File metadata

  • Download URL: mr.developer-0.2.zip
  • Upload date:
  • Size: 7.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for mr.developer-0.2.zip
Algorithm Hash digest
SHA256 eb7dc9ee7f28d2025b5bbaa5d17f596fef7f5e4830f0f4f1dfb11d6cf8041082
MD5 6dd8ea9f09b74f53cbbfa01e66cd42ee
BLAKE2b-256 a1930e40c22ee22517db2db520686c05cbe3fcbdcc1a2d7abbff50ebbe589452

See more details on using hashes here.

Supported by

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