~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/releasing.txt

  • Committer: John Arbash Meinel
  • Date: 2010-08-13 19:08:57 UTC
  • mto: (5050.17.7 2.2)
  • mto: This revision was merged to the branch mainline in revision 5379.
  • Revision ID: john@arbash-meinel.com-20100813190857-mvzwnimrxvm0zimp
Lots of documentation updates.

We had a lot of http links pointing to the old domain. They should
all now be properly updated to the new domain. (only bazaar-vcs.org
entry left is for pqm, which seems to still reside at the old url.)

Also removed one 'TODO' doc entry about switching to binary xdelta, since
we basically did just that with groupcompress.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
This document describes the processes for making and announcing a Bazaar
5
5
release, and managing the release process.  This is just one phase of the
6
 
`overall development cycle <http://doc.bazaar-vcs.org/developers/cycle.html>`_,
 
6
`overall development cycle <http://doc.bazaar.canonical.com/developers/cycle.html>`_,
7
7
but it's the most complex part.
8
8
This document gives a checklist you can follow from start to end in one
9
9
go.
73
73
        submit_to = bazaar@lists.canonical.com
74
74
        smtp_server = mail.example.com:25
75
75
 
76
 
    Please see <http://doc.bazaar-vcs.org/developers/HACKING.html#an-overview-of-pqm>
 
76
    Please see <http://doc.bazaar.canonical.com/developers/HACKING.html#an-overview-of-pqm>
77
77
    for more details on PQM
78
78
 
79
79
#. Update the version number in the ``bzr`` script, and the
267
267
 
268
268
#. Go to the release web page at <https://launchpad.net/bzr/x.y/x.y.z>
269
269
 
270
 
#. Link from http://bazaar-vcs.org/SourceDownloads to the tarball and
 
270
#. Link from http://wiki.bazaar.canonical.com/SourceDownloads to the tarball and
271
271
   signature.
272
272
 
273
 
#. Announce on the `Bazaar website <http://bazaar-vcs.org/>`_.
 
273
#. Announce on the `Bazaar website <http://bazaar.canonical.com/>`_.
274
274
   This page is edited via the lp:bzr-website branch. (Changes
275
275
   pushed to this branch are refreshed by a cron job on escudero.)
276
276
 
277
 
#. Announce on the `Bazaar wiki <http://bazaar-vcs.org/Welcome>`_.
 
277
#. Announce on the `Bazaar wiki <http://wiki.bazaar.canonical.com/Welcome>`_.
278
278
 
279
279
#. Check that the documentation for this release is available in
280
 
   <http://doc.bazaar-vcs.org>.  It should be automatically build when the
281
 
   branch is created, by a cron script ``update-bzr-docs`` on
 
280
   <http://doc.bazaar.canonical.com>.  It should be automatically build when
 
281
   the branch is created, by a cron script ``update-bzr-docs`` on
282
282
   ``escudero``. As of today (2009-08-27) ``igc`` manually updates the
283
283
   pretty version of it.
284
284
 
316
316
      feedback.
317
317
 
318
318
      Bazaar is now available for download from
319
 
      http://bazaar-vcs.org/Download as a source tarball; packages
320
 
      for various systems will be available soon.
 
319
      http://wiki.bazaar.canonical.com/Download as a source tarball;
 
320
      packages for various systems will be available soon.
321
321
 
322
322
      <<NEWS section from this release back to the last major release>>
323
323