~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/releasing.txt

  • Committer: John Arbash Meinel
  • Date: 2011-01-10 22:20:12 UTC
  • mfrom: (5582 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5599.
  • Revision ID: john@arbash-meinel.com-20110110222012-mtcqudkvmzwiufuc
Merge in the bzr.dev 5582

Show diffs side-by-side

added added

removed removed

Lines of Context:
271
271
#. Now we'll try expanding this tarball and running the test suite
272
272
   to check for packaging problems::
273
273
 
274
 
     make check-dist-tarball
 
274
     make check-dist-tarball | subunit2pyunit
275
275
 
276
 
   You may encounter failures while running the test suite caused
277
 
   by your locally installed plugins. Use your own judgment to
278
 
   decide if you can release with these failures. When in doubt,
279
 
   disable the faulty plugins one by one until you get no more
280
 
   failures.
 
276
   You may encounter failures while running the test suite caused by your
 
277
   locally installed plugins. Use your own judgment to decide if you can
 
278
   release with these failures. When in doubt, disable the faulty plugins
 
279
   one by one until you get no more failures. Alternatively, you can use
 
280
   ``BZR_DISABLE_PLUGINS`` or ``BZR_PLUGIN_PATH=-site`` to disable one or
 
281
   all plugins.
281
282
 
282
283
   Remember that PQM has just tested everything too, this step is
283
284
   particularly testing that the pyrex extensions, which are updated
373
374
      feedback.
374
375
 
375
376
      Bazaar is now available for download from
376
 
      https://launchpad.net/bzr/2.x/2.x/ as a source tarball; packages
 
377
      https://launchpad.net/bzr/x.y/x.y.z/ as a source tarball; packages
377
378
      for various systems will be available soon.
378
379
 
379
380
      <<release notes from this release back to the last major release>>
391
392
   releases. If you do not have a Freshmeat account yet, ask one of the
392
393
   existing admins.
393
394
 
 
395
   The purpose here is to point users to the latest stable release while still
 
396
   publishing announcements for development releases.
 
397
 
 
398
   There are several kinds of modifications that could be done there via the
 
399
   ``Administration`` box in the lower right area of the page:
 
400
 
 
401
   * Edit the project: This is where most of the URLs proposed in the
 
402
     ``Links`` box are edited. This should rarely change except for the URLs
 
403
     related to the latest stable release.
 
404
 
 
405
   * New announcement: When doing a release (beta, candidates, final), put the
 
406
     summary of the release (you can't embed URLs there, the moderation staff
 
407
     remove them). Users can still access the releases notes via the ``Release
 
408
     Notes`` URL in the ``Links`` box in the upper right area of the page.
 
409
 
 
410
   * Set direct download: When releasing a new stable release, this should
 
411
     point to the corresponding launchpad page:
 
412
     <https://launchpad.net/bzr/x.y/x.y.z/>
 
413
 
394
414
#. Update `<http://en.wikipedia.org/wiki/Bazaar_(software)>`_ -- this should
395
415
   be done for final releases but not for beta releases or Release Candidates.
396
416