~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/releasing.txt

  • Committer: Robert Collins
  • Date: 2009-09-07 03:16:28 UTC
  • mto: This revision was merged to the branch mainline in revision 4690.
  • Revision ID: robertc@robertcollins.net-20090907031628-za3l16685w4mccte
Replace bazaar-vcs.org/bzr/ references with launchpad hosting urls in developer docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
 
70
70
     bzr branch trunk prepare-1.14
71
71
 
72
 
#. Configure pqm-submit for this branch, with a section like this in
 
72
#. Configure pqm-submit for this branch, with a section like this (where
 
73
   x.y is the version to release).
73
74
   ``~/.bazaar/locations.conf``::
74
75
 
75
 
        [/home/mbp/bzr/prepare-1.14]
 
76
        [/home/mbp/bzr/prepare-x.y]
76
77
        pqm_email = Canonical PQM <pqm@bazaar-vcs.org>
77
 
        submit_branch = lp:bzr/2.0
78
 
        public_branch = http://bazaar.example.com/prepare-2.0
 
78
        submit_branch = http://bazaar.launchpad.net/~bzr-pqm/bzr/x.y
 
79
        public_branch = http://bazaar.example.com/prepare-x.y
79
80
        submit_to = bazaar@lists.canonical.com
80
81
        smtp_server = mail.example.com:25
81
82