Jump to: navigation, search

Difference between revisions of "Release-python-reddwarfclient"

(Created page with "== Releasing python-reddwarfclient == Releasing python-reddwarfclient is automated by Openstack Infra. There are a few Jenkins jobs that are set up on Openstack Jenkins that ...")
 
(Pre-Release Candidates)
Line 13: Line 13:
 
A pre-release candidate is a version that you don't want pushed to Pypi, but may want to make available as a package.  These packages should go to tarballs.openstack.org.
 
A pre-release candidate is a version that you don't want pushed to Pypi, but may want to make available as a package.  These packages should go to tarballs.openstack.org.
  
When a tag is pushed to gerrit, that contains
+
When a tag is pushed to gerrit, that contains a non-numeric suffix, such as 'alpha1', 'beta4', 'rc', etc., a tarball is uploaded to tarballs.o.o.
 +
 
 +
==== Release Candidates ====
 +
 
 +
To release a new version to Pypi, a similar process should be followed.  When a git tag does not contain a non-numeric suffix, '1.2.0', that package is uploaded to pypi.

Revision as of 20:00, 12 March 2013

Releasing python-reddwarfclient

Releasing python-reddwarfclient is automated by Openstack Infra. There are a few Jenkins jobs that are set up on Openstack Jenkins that currently handle all aspects related to releasing a version.

There are two places the packages can end up.

  1. pypi.python.org
  2. tarballs.openstack.org

The release process is based on git tags that satisfy the following pattern: ^refs/tags/([0-9]+\.)+[0-9]*(alpha|beta|candidate|rc|a|b|c|r|g)[0-9]*$

Pre-Release Candidates

A pre-release candidate is a version that you don't want pushed to Pypi, but may want to make available as a package. These packages should go to tarballs.openstack.org.

When a tag is pushed to gerrit, that contains a non-numeric suffix, such as 'alpha1', 'beta4', 'rc', etc., a tarball is uploaded to tarballs.o.o.

Release Candidates

To release a new version to Pypi, a similar process should be followed. When a git tag does not contain a non-numeric suffix, '1.2.0', that package is uploaded to pypi.