~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to charmworld/jobs/config.py

  • Committer: Tarmac
  • Author(s): Aaron Bentley
  • Date: 2013-03-28 18:56:12 UTC
  • mfrom: (179.3.4 remove-xappy)
  • Revision ID: tarmac-20130328185612-6f635k1h2wxh4eaw
[r=sinzui][bug=1099856][author=abentley] Remove Xapian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
CHARM_DIR = os.path.abspath(
13
13
    os.path.expanduser("%s/var/charms" % os.environ['HOME']))
14
14
 
15
 
CHARM_INDEX_DIR = os.path.join(
16
 
    CHARM_DIR, 'index')
17
 
 
18
15
CHARM_QUEUE = 'charm-queue'
19
16
CHARM_ERROR_QUEUE = 'charm-errors'
20
17