Rev 5556: Mention some tricks about running check-dist-tarball. in file:///home/vila/src/bzr/releases/work/

Vincent Ladeuil v.ladeuil+lp at free.fr
Fri Dec 3 10:04:08 GMT 2010


At file:///home/vila/src/bzr/releases/work/

------------------------------------------------------------
revno: 5556
revision-id: v.ladeuil+lp at free.fr-20101203100408-wjiv9a9xxfjwdnk2
parent: pqm at pqm.ubuntu.com-20101202145847-fw822sd3nyhvrwmi
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: work
timestamp: Fri 2010-12-03 11:04:08 +0100
message:
  Mention some tricks about running check-dist-tarball.
-------------- next part --------------
=== modified file 'doc/developers/releasing.txt'
--- a/doc/developers/releasing.txt	2010-12-02 10:41:05 +0000
+++ b/doc/developers/releasing.txt	2010-12-03 10:04:08 +0000
@@ -272,13 +272,14 @@
 #. Now we'll try expanding this tarball and running the test suite
    to check for packaging problems::
 
-     make check-dist-tarball
+     make check-dist-tarball | subunit2pyunit
 
-   You may encounter failures while running the test suite caused
-   by your locally installed plugins. Use your own judgment to
-   decide if you can release with these failures. When in doubt,
-   disable the faulty plugins one by one until you get no more
-   failures.
+   You may encounter failures while running the test suite caused by your
+   locally installed plugins. Use your own judgment to decide if you can
+   release with these failures. When in doubt, disable the faulty plugins
+   one by one until you get no more failures. Alternatively, you can use
+   ``BZR_DISABLE_PLUGINS`` or ``BZR_PLUGIN_PATH=-site`` to disable one or
+   all plugins.
 
    Remember that PQM has just tested everything too, this step is
    particularly testing that the pyrex extensions, which are updated



More information about the bazaar-commits mailing list