Skip to main content

Execute a user defined shell action after clean checkout

Project description

Introduction

collective.zestreleaser.aftercheckoutaction allows to execute any shell action after a clean tag checkout has been done. The command is executed in the context of hte checkout directory. Some variables in the command string can be substituted:

  • name The package name

  • version The package version of the checkout

Commands can be written into ~/.pypirc, the section name must be collective.zestreleaser.aftercheckoutaction. The variable name is used to match the action against a package. For each variable, this plugin compares the package name against the variable name. If the variable name matches the beginning of the package name, the action is executed. If multiple variable name match, the longest variable name wins.

cza is a bit similar to gocept.zestreleaser.customupload. While gza lets you upload the finished egg to a predefined location, cza lets you do something with the clean checkout. Cza is intended to be used if company policy demands that each released version of company code must be committed to a company versioning system, but where the actual development happens somewhere else. You should NOT use this plugin to change something in the checkout, this would result in an egg release that has different contents than what is in the source repository

Example

Add this to your local ~/.pypirc:

[collective.zestreleaser.aftercheckoutaction]
collective.zestreleaser.aftercheckoutaction=svn import svn+ssh://do3cc@svn.zope.org/repos/main/Sandbox/do3cc/%(name)s/tags/%(version)s -m "Automatic commit"

This would execute an action for the package collective.zestreleaser.aftercheckoutaction.

Contributors

  • Wolfgang Schnerring, Christian Zagrodnick

    authors of gocept.zestreleaser.customupload, which was liberally copied

  • Patrick Gerken

    removed the clean parts of the original

Changelog

0.1.0 (2012-09-12)

  • Package created using templer []

Download files

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

Source Distribution

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