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 []
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for collective.zestreleaser.aftercheckoutaction-0.1.0.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | e90f05a3f9b7feefbf13808ff627dcb9eced18258fc712a9bab66634a898699d |
|
MD5 | 9be210c759022d522c03c80d93983db5 |
|
BLAKE2b-256 | 434b8f246696f1fbabaf78f5c13361552aed045dece15237b3717708284f7dce |