~vila/udd/split-failures

« back to all changes in this revision

Viewing changes to requeue_package.py

  • Committer: Bazaar Package Importer
  • Date: 2009-06-09 14:53:48 UTC
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: jamesw@ubuntu.com-20090609145348-1b0gsynqdo8ypt9h
New paths.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
from bzrlib.branch import Branch
8
8
from bzrlib.revisionspec import RevisionSpec
9
9
 
10
 
base_dir = "/srv/package-import.canonical.com/"
 
10
base_dir = "/srv/package-import.canonical.com/new/"
11
11
logs_dir = os.path.join(base_dir, "logs")
12
12
failures_dir = os.path.join(logs_dir, "failures")
13
13