~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/scripts/packagecopier.py

  • 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:
93
93
# XXX cprov 2009-06-12: this function should be incorporated in
94
94
# IPublishing.
95
95
def update_files_privacy(pub_record):
96
 
    """Update file privacy according the publishing destination
 
96
    """Update file privacy according to the publishing destination
97
97
 
98
98
    :param pub_record: One of a SourcePackagePublishingHistory or
99
99
        BinaryPackagePublishingHistory record.
1080
1080
        # Invoke the package copy operation.
1081
1081
        copies = PackageCopier.mainTask(self)
1082
1082
 
1083
 
        # Fix copies by overriding them according the current ancestry
 
1083
        # Fix copies by overriding them according to the current ancestry
1084
1084
        # and re-upload files with privacy mismatch.
1085
1085
        for pub_record in copies:
1086
1086
            pub_record.overrideFromAncestry()