~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead.conf

  • Committer: Robey Pointer
  • Date: 2006-12-15 09:20:04 UTC
  • Revision ID: robey@lag.net-20061215092004-q9u5p1aa4xn4893k
figured out how to make my own separate config file like BzrInspect, and
did that.

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