~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to charmworld/jobs/config.py

  • Committer: Aaron Bentley
  • Date: 2013-03-28 16:55:07 UTC
  • mto: This revision was merged to the branch mainline in revision 182.
  • Revision ID: aaron@canonical.com-20130328165507-yoiwb2pdby5tz9n8
Remove all mention of 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