~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

[r=julian-edwards][bug=757550] Make sure changelog files are
        unembargoed with the rest of a package's files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
        # Re-upload the source upload changesfile if necessary.
111
111
        package_upload = sourcepackagerelease.package_upload
112
112
        package_files.append((package_upload, 'changesfile'))
 
113
        package_files.append((sourcepackagerelease, 'changelog'))
113
114
    elif IBinaryPackagePublishingHistory.providedBy(pub_record):
114
115
        archive = pub_record.archive
115
116
        # Re-upload the binary files if necessary.