~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/doc/nascentupload.txt

  • Committer: Julian Edwards
  • Date: 2009-05-13 14:05:27 UTC
  • mto: This revision was merged to the branch mainline in revision 8500.
  • Revision ID: julian.edwards@canonical.com-20090513140527-0w22j7v3xm8jklg7
migrate archiveuploader to the lp tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
represent what may turn out to be an acceptable upload to a launchpad
37
37
managed archive.
38
38
 
39
 
  >>> from canonical.archiveuploader.nascentupload import NascentUpload
40
 
  >>> from canonical.archiveuploader.tests import (
 
39
  >>> from lp.archiveuploader.nascentupload import NascentUpload
 
40
  >>> from lp.archiveuploader.tests import (
41
41
  ...    datadir, getPolicy, mock_logger, mock_logger_quiet)
42
42
 
43
43
  >>> buildd_policy = getPolicy(
71
71
  ...     anything_policy, mock_logger_quiet)
72
72
 
73
73
  >>> quodlibet.changes
74
 
  <canonical.archiveuploader.changesfile.ChangesFile ...>
 
74
  <lp.archiveuploader.changesfile.ChangesFile ...>
75
75
 
76
76
 
77
77
== NascentUpload Processing ==