~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead.conf

  • Committer: John Arbash Meinel
  • Date: 2011-03-16 12:29:36 UTC
  • Revision ID: john@arbash-meinel.com-20110316122936-u1u98hqpwyv08ry9
Import sys at the start of loggerhead/__init__.py we use it as part of startup.
And sys is always loaded, no need to avoid importing it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
# where is the bazaar branch located, and what should we call it?
3
 
folder='/Users/robey/code/bzr/bzr.dev'
4
 
branch_name='bzr.dev'
5
 
 
6
 
# should we cache revisions?  (HIGHLY recommended)  where?
7
 
# this will be a folder containing a couple of files.  if the folder
8
 
# doesn't already exist, we'll create it.
9
 
cachepath='/Users/robey/code/bzr/bzr.dev/.bzr/loggerhead-cache'
10
 
 
11
 
# what url should i use in the atom feed, for external sites?
12
 
external_url="http://localhost:8080"
13
 
 
14
 
# where's bzrlib?
15
 
bzrpath='/Users/robey/code/bzr/bzr'
16