~loggerhead-team/loggerhead/trunk-rich

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