~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/doc/distroseriesqueue-dist-upgrader.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-06 18:59:36 UTC
  • mfrom: (14645.1.1 typos)
  • Revision ID: launchpad@pqm.canonical.com-20120106185936-c36ko9sfri1s2lkd
[r=bac][no-qa] Fix a slew of typos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
    >>> login('foo.bar@canonical.com')
20
20
 
21
 
First, test the rejection of a missapplied changesfile name:
 
21
First, test the rejection of a misapplied changesfile name:
22
22
 
23
23
    >>> sync_policy = getPolicy(
24
24
    ...     name='sync', distro='ubuntutest', distroseries=None)
75
75
 
76
76
We need to commit the transaction to be able to use the librarian files.
77
77
XXX: flush_database_updates() shouldn't be needed. This seems to be
78
 
Bug 3989 -- StuarBishop 20060713
 
78
Bug 3989 -- StuartBishop 20060713
79
79
 
80
80
    >>> flush_database_updates()
81
81
    >>> transaction.commit()
111
111
    ...
112
112
 
113
113
 
114
 
Accepting from rejected queue (ressurecting an reject upload is also
115
 
very unlikely, however it's only for testing purpose, fix #54649):
 
114
Accepting from rejected queue (resurrecting an reject upload is also
 
115
very unlikely, however it's only for testing purposes, fix #54649):
116
116
 
117
117
    >>> process = subprocess.Popen([sys.executable, script, "-Q", "rejected",
118
118
    ...                             "-s", "breezy-autotest", "accept", "dist",
280
280
Dist Upgrader to PPA
281
281
--------------------
282
282
 
283
 
Custom uploads for PPAs should works as expected, i.e, publish its
 
283
Custom uploads for PPAs should work as expected, i.e, publish its
284
284
files in the respective PPA location.
285
285
 
286
286
    >>> from lp.registry.interfaces.person import IPersonSet