~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/ppa.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-09-13 09:52:03 UTC
  • mfrom: (5418.2.5 doc)
  • Revision ID: pqm@pqm.ubuntu.com-20100913095203-w7z5eyx3fzdb24wi
(mbp) various developer document improvements (Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
As of June 2010, there are three PPAs:
17
17
 
18
 
<https://launchpad.net/~bzr/+archive>
 
18
<https://launchpad.net/~bzr/+archive/ppa>
19
19
    Final released versions and updates.
 
20
    Most users who want updates to bzr should add this.
20
21
 
21
22
<https://launchpad.net/~bzr/+archive/proposed>
22
23
    Proposed uploads to move into ~bzr, awaiting testing.
130
131
* Now merge across that change into each supported branch with a 
131
132
  simple ``bzr merge``.
132
133
  
133
 
Locally testing builds
134
 
~~~~~~~~~~~~~~~~~~~~~~
 
134
Locally testing using pbuilder
 
135
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
135
136
 
136
137
It may be useful to locally test builds inside pbuilder.  You may want to 
137
138
use the script from <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=255165> 
138
 
to wrap it.
 
139
to wrap it, and to give it sensible defaults for your local machine.
139
140
 
140
141
Update all packages in proposed before copping the main ppa
141
142
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
328
329
  apt-cache madison bzr
329
330
  
330
331
  
 
332
Testing the contents of the PPA
 
333
-------------------------------
 
334
 
 
335
A somewhat crude but useful way to test the contents of the PPA is to
 
336
install the relevant packages into an schroot::
 
337
 
 
338
 schroot -c hardy-test -u root -- \
 
339
   apt-get install -o 'APT::Install-Suggests="true"' \
 
340
   -o 'APT::Install-Recommends="true"' \
 
341
   bzr
 
342
 
 
343
This should make sure everything can be installed; it won't guarantee that 
331
344
  
 
345
 
332
346
Packaging dependencies
333
347
----------------------
334
348