~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/factory.py

  • Committer: Julian Edwards
  • Date: 2011-06-08 15:23:40 UTC
  • mto: This revision was merged to the branch mainline in revision 13181.
  • Revision ID: julian.edwards@canonical.com-20110608152340-7p1l4npay0h7yziv
roll back the factory change

Show diffs side-by-side

added added

removed removed

Lines of Context:
3368
3368
        if distroseries is None:
3369
3369
            distroseries = self.makeDistroSeries(
3370
3370
                distribution=archive.distribution)
3371
 
        if package_copy_job is None and changes_filename is None:
 
3371
        if changes_filename is None:
3372
3372
            changes_filename = self.getUniqueString("changesfilename")
3373
 
        if package_copy_job is None and changes_file_content is None:
 
3373
        if changes_file_content is None:
3374
3374
            changes_file_content = self.getUniqueString("changesfilecontent")
3375
3375
        if pocket is None:
3376
3376
            pocket = PackagePublishingPocket.RELEASE