~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/archiveuploader/tests/nascentupload-announcements.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-10 18:15:40 UTC
  • mfrom: (13747.1.5 death-to-odd-files)
  • Revision ID: launchpad@pqm.canonical.com-20110910181540-x64rx09oik7e3v2l
[r=sinzui][bug=421705] Eliminate the cause of random files leaking
        into the tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
449
449
    >>> notification['Subject']
450
450
    '[ubuntu/hoary-updates] bar 1.0-2 (Waiting for approval)'
451
451
 
 
452
And clean up.
 
453
 
 
454
    >>> import os
 
455
    >>> upload_data = datadir('suite/bar_1.0-2')
 
456
    >>> os.remove(os.path.join(upload_data, 'bar_1.0.orig.tar.gz'))
452
457
 
453
458
UNAPPROVED upload to BACKPORTS via insecure policy will send a notification
454
459
saying they are waiting for approval:
537
542
Remove orig.tar.gz pumped from librarian to disk during the upload
538
543
checks:
539
544
 
540
 
    >>> import os
541
545
    >>> upload_data = datadir('suite/bar_1.0-4')
542
546
    >>> os.remove(os.path.join(upload_data, 'bar_1.0.orig.tar.gz'))
543
547