~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/interfaces/packagecloner.py

Add DistroSeriesInitializeView.rebuilding_allowed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    def clonePackages(
21
21
        origin, destination, distroarchseries_list=None,
22
22
        proc_families=None, sourcepackagenames=None,
23
 
        always_create=False, no_duplicates=False):
 
23
        always_create=False):
24
24
        """Copies the source packages from origin to destination as
25
25
        well as the binary packages for the DistroArchSeries specified.
26
26
 
33
33
        :param sourcepackagenames: the source packages which are to be
34
34
            copied.
35
35
        :param always_create: if builds should always be created.
36
 
        :param no_duplicates: if we should prevent the duplication of packages
37
 
            with identical sourcepackagename in the destination.
38
36
        """
39
37
 
40
38
    def mergeCopy(origin, destination):