2
# where is the bazaar branch located, and what should we call it?
3
folder='/Users/robey/code/bzr/bzr.dev'
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'
11
# what is my externally-visible url? (for use in the atom feed)
12
external_url="http://localhost:8080"
15
3
# (you only need this if you don't install bzr.)
16
4
bzrpath='/Users/robey/code/bzr/bzr'
6
# each branch is in a sub-folder of the website, and the config
7
# key describes that folder name:
10
# where is the bazaar branch located, and what should we call it?
11
folder='/Users/robey/code/bzr/bzr.dev'
13
# (optional) is there a friendier name for the branch that i should
14
# use on the web pages?
15
#branch_name='bazaar-dev'
17
# should we cache revisions? (HIGHLY recommended) where?
18
# this will be a folder containing a couple of files. if the folder
19
# doesn't already exist, we'll create it.
20
cachepath='/Users/robey/code/bzr/bzr.dev/.bzr/loggerhead-cache'
22
# what is my externally-visible url? (for use in the atom feed)
23
external_url="http://localhost:8080"