~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/releasing.txt

  • Committer: Vincent Ladeuil
  • Date: 2017-01-15 20:38:48 UTC
  • mfrom: (6615.3.5 merges)
  • mto: (6615.3.6 merges)
  • mto: This revision was merged to the branch mainline in revision 6620.
  • Revision ID: v.ladeuil+lp@free.fr-20170115203848-uydcme4tuuqg9ku5
MergeĀ 2.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
551
551
   <http://doc.bazaar.canonical.com>.  It should be automatically build when
552
552
   the branch is created, by a cron script ``update-bzr-docs`` on
553
553
   ``escudero``. When the first release is created in a new series, a branch
554
 
   needs to be created on zhongshan::
 
554
   needs to be created on ``escudero``::
555
555
 
556
 
     ssh zhongshan.canonical.com
 
556
     ssh escudero.canonical.com
557
557
     sudo -u bzr-web -s
558
558
     cd /srv/doc.bazaar.canonical.com/
559
 
     bzr branch http://bazaar.launchpad.net/~bzr-pqm/bzr/2.6 bzr/bzr.2.6
 
559
     bzr branch lp:bzr/2.7 bzr/bzr.2.7
560
560
 
561
561
   And the ``bzr/bin/update-bzr-docs`` script needs to refer to it.
562
562
 
649
649
   Remember to check the results afterward -- this should be done for
650
650
   stable releases but not for beta releases nor SRUs.
651
651
 
 
652
   The ``twine`` command is provided by the ``twine`` package on Debian and
 
653
   Ubuntu.
 
654
 
652
655
   If in doubt, you can test with <https://testpypi.python.org/pypi> where
653
656
   you can register yourself, register the bzr project and upload (and then
654
657
   remove the upload and delete the project so a new release manager can