/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/developers/releasing.txt

  • Committer: Jelmer Vernooij
  • Date: 2019-03-04 10:18:17 UTC
  • mto: (7290.1.14 work)
  • mto: This revision was merged to the branch mainline in revision 7295.
  • Revision ID: jelmer@jelmer.uk-20190304101817-ikhgnhr0cv4opjd1
Install cython from pip in byov.

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
The process for releasing an alpha release is therefore:
183
183
- upload a tarball to launchpad,
184
184
- upload a tarball to pypi,
185
 
- mail bazaar@lists.ubuntu.com,
 
185
- mail bazaar@lists.canonical.com,
186
186
- post an announcement on the home page.  
187
187
 
188
188
Uploading tarballs are described below, just use alpha versions (3, 0, 0,
485
485
Announcing the source freeze
486
486
----------------------------
487
487
 
488
 
#. Post to the ``bazaar@lists.ubuntu.com`` list and
489
 
   ``breezy-vcs@googlegroups.com`` , saying that the source has been
490
 
   frozen. Be extra clear that this is only a *source* release targeted at
491
 
   packagers and installer builders (see
 
488
#. Post to the ``bazaar@lists.canonical.com`` list, saying that the source
 
489
   has been frozen. Be extra clear that this is only a *source* release
 
490
   targeted at packagers and installer builders (see
492
491
   <https://bugs.launchpad.net/launchpad/+bug/645084>).  This is the cue for
493
492
   platform maintainers and plugin authors to update their code.  This is
494
493
   done before the general public announcement of the release.
543
542
 
544
543
#. Make an announcement mail.
545
544
 
546
 
   For beta releases, this is sent to the ``bazaar@lists.ubuntu.com`` and
547
 
   ``bazaar-announce@lists.ubuntu.com`` lists.
 
545
   For beta releases, this is sent to the ``bazaar@lists.canonical.com`` and
 
546
   ``bazaar-announce@lists.canonical.com`` lists.
548
547
 
549
548
   For stable releases (excluding SRUs which are for older stable releases),
550
549
   it should also be cc'd to ``info-gnu@gnu.org``,
551
550
   ``python-announce-list@python.org``, ``bug-directory@gnu.org``.
552
551
 
553
 
   In all cases, it is good to set ``Reply-To: bazaar@lists.ubuntu.com``,
 
552
   In all cases, it is good to set ``Reply-To: bazaar@lists.canonical.com``,
554
553
   so that people who reply to the announcement don't spam other lists.
555
554
 
556
555
   The announce mail will look something like this::
623
622
   To be able to upload the release you must create an account on
624
623
   <http://pypi.python.org/pypi> and have one of the existing owners of the
625
624
   project add you to the group and update your ``[pypi]`` section in your
626
 
   ``~/.pypirc`` file.
 
625
   ``~/pypirc`` file.
627
626
 
628
627
 
629
628
Merging the released code back to trunk