~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/releasing.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-12-06 08:24:00 UTC
  • mfrom: (5559.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20101206082400-6g52pmiz8tqwq3me
(vila) Mention some tricks about running check-dist-tarball (Vincent
        Ladeuil)

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