Skip to main content

Introduction

This recipe satisfies the (perhaps not-so-common) use case of “I want to keep my buildout bootstrap.py file up to date without having to manually download it from svn.zope.org.” It also makes it possible to add a bootstrap.py file to a buildout created via buildout init. In other words, with this recipe you can avoid having to do:

% svn cat svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/bootstrap.py > bootstrap.py

Just add a new section, then refer to it in your buildout section’s parts. E.g.:

[buildout]
parts =
    ...
    bootstrap

[bootstrap]
recipe = collective.recipe.bootstrap

Now whenever you run buildout, this recipe will update your bootstrap.py file.

Contributors

Alex Clark, Author [aclark]

Changes

1.0 (2009-12-19)

  • Clean up docs [aclark]

0.1 (2009-08-07)

  • Add initial functionality [aclark]

  • Created recipe with ZopeSkel [aclark]

Download files

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

Source Distribution

collective.recipe.bootstrap-1.0.zip (10.5 kB view details)

Uploaded Source

File details

Details for the file collective.recipe.bootstrap-1.0.zip.

File metadata

File hashes

Hashes for collective.recipe.bootstrap-1.0.zip
Algorithm Hash digest
SHA256 38a92011cc661eb5198ef08d8b97e9ff33dc7e954c6a91f6e62e1914b2e8f480
MD5 164de3800a38b85642cd9fd01fcc86fb
BLAKE2b-256 3f69760c45fd8c519d8a3515219117abaf40bfd70a1c81161cfc0e514221137c

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0 This release

1 file

0.1

1 file

Supported by

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