24
by Robey Pointer
figured out how to make my own separate config file like BzrInspect, and |
1 |
# where's bzrlib? |
2 |
# (you only need this if you don't install bzr.) |
|
46
by Robey Pointer
add footer banners for bazaar and loggerhead, and slightly improve the config |
3 |
bzrpath='/Users/robey/code/bzr/bzr' |
24
by Robey Pointer
figured out how to make my own separate config file like BzrInspect, and |
4 |
|
5 |
# each branch is in a sub-folder of the website, and the config |
|
48
by Robey Pointer
the big migration of branch-specific data to a BranchView object: actually |
6 |
# key describes that folder name: |
7 |
[bazaar-dev] |
|
8 |
||
9 |
# where is the bazaar branch located, and what should we call it? |
|
10 |
folder='/Users/robey/code/bzr/bzr.dev' |
|
11 |
||
12 |
# (optional) is there a friendier name for the branch that i should |
|
13 |
# use on the web pages? |
|
14 |
#branch_name='bazaar-dev' |
|
15 |
||
16 |
# should we cache revisions? (HIGHLY recommended) where? |
|
17 |
# this will be a folder containing a couple of files. if the folder |
|
18 |
# doesn't already exist, we'll create it. |
|
19 |
cachepath='/Users/robey/code/bzr/bzr.dev/.bzr/loggerhead-cache' |
|
20 |
||
21 |
# what is my externally-visible url? (for use in the atom feed) |
|
22 |
external_url="http://localhost:8080" |
|
23 |
||
24 |
||
25 |