~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/doc/soyuz-set-of-uploads.txt

[r=gmb][bug=789091] Add support to be able to initialize a series in
        a distribution with already initialized series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
    >>> factory = LaunchpadObjectFactory()
93
93
    >>> debug_archive = factory.makeArchive(
94
94
    ...     distribution=breezy.distribution, purpose=ArchivePurpose.DEBUG)
 
95
    >>> breezy.previous_series = breezy_autotest
95
96
    >>> ids = InitializeDistroSeries(breezy, [breezy_autotest.id])
96
97
    >>> ids.initialize()
97
98
    >>> breezy.changeslist = 'breezy-changes@ubuntu.com'