Rev 5560: Mention some tricks about running check-dist-tarball in http://bazaar.launchpad.net/~vila/bzr/integration/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Mon Dec 6 07:48:49 GMT 2010
At http://bazaar.launchpad.net/~vila/bzr/integration/
------------------------------------------------------------
revno: 5560 [merge]
revision-id: v.ladeuil+lp at free.fr-20101206074848-2pz219uswxtyqsa1
parent: pqm at pqm.ubuntu.com-20101203132830-yu290j7s40h9mvmk
parent: v.ladeuil+lp at free.fr-20101203100408-wjiv9a9xxfjwdnk2
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: trunk
timestamp: Mon 2010-12-06 08:48:48 +0100
message:
Mention some tricks about running check-dist-tarball
modified:
doc/developers/releasing.txt releasing.txt-20080502015919-fnrcav8fwy8ccibu-1
-------------- next part --------------
=== modified file 'doc/developers/releasing.txt'
--- a/doc/developers/releasing.txt 2010-12-02 15:48:12 +0000
+++ b/doc/developers/releasing.txt 2010-12-06 07:48:48 +0000
@@ -271,13 +271,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