~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/ftpmaster-tools/_pythonpath.py

  • Committer: Daniel Silverstone
  • Date: 2005-11-15 16:09:23 UTC
  • mto: (2865.2.1 uploader-tests)
  • mto: This revision was merged to the branch mainline in revision 3283.
  • Revision ID: daniel.silverstone@canonical.com-20051115160923-8baefd7851844aec
Added a queue ftpmaster script and sundry extra bits.

Added a changesfile column to DistroReleaseQueue and
 adjusted DistroRelease.createQueueEntry() appropriately
Added some more debugging to the upload processor
Added a --no-mail option to the upload processor
added a bunch of attributes to the queue sqlobjects

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright 2004-2005 Canonical Ltd.  All rights reserved.
 
2
 
 
3
__metaclass__ = type
 
4
 
 
5
import sys, os, os.path
 
6
 
 
7
sys.path.insert(0, os.path.join(
 
8
    os.path.dirname(__file__), os.pardir, os.pardir, 'lib'
 
9
    ))