~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-07-22 05:56:29 UTC
  • mfrom: (13492.1.1 revert-r13485)
  • Revision ID: launchpad@pqm.canonical.com-20110722055629-0y8ss6zvhjcoo12r
[r=wgrant][rollback=13485] Revert r13485. It prevents form pickers
 from being attached to their text widgets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
950
950
 
951
951
    def newSourcePublication(archive, sourcepackagerelease, distroseries,
952
952
                             component, section, pocket, ancestor,
953
 
                             create_dsd_job=True):
 
953
                             create_dsd_job):
954
954
        """Create a new `SourcePackagePublishingHistory`.
955
955
 
956
956
        :param archive: An `IArchive`
961
961
        :param pocket: A `PackagePublishingPocket`
962
962
        :param ancestor: A `ISourcePackagePublishingHistory` for the previous
963
963
            version of this publishing record
964
 
        :param create_dsd_job: A boolean indicating whether or not a dsd job
965
 
             should be created for the new source publication.
 
964
        :param create_dsd_job: A boolean indicating whether or not dsd job
 
965
            should be created for the new source publication.
966
966
 
967
967
        datecreated will be UTC_NOW.
968
968
        status will be PackagePublishingStatus.PENDING