~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead.conf

  • Committer: Robey Pointer
  • Date: 2006-12-20 21:24:32 UTC
  • Revision ID: robey@lag.net-20061220212432-bnypqfq282u7obs4
fix links in atom feed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
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 is my externally-visible url? (for use in the atom feed)
12
 
external_url="http://localhost:8080"
13
 
 
14
2
# where's bzrlib?
15
3
# (you only need this if you don't install bzr.)
16
4
bzrpath='/Users/robey/code/bzr/bzr'
17
5
 
 
6
# if you want a special title on the front page, set it here:
 
7
title='branches in loggerhead'
 
8
 
 
9
# group branches by project:
 
10
[bazaar]
 
11
 
 
12
    # name of this project
 
13
    name = 'bazaar'
 
14
 
 
15
    # each branch is in a sub-folder of the website, and the config
 
16
    # key describes that folder name:
 
17
    [[bazaar-dev]]
 
18
 
 
19
        # where is the bazaar branch located?
 
20
        folder='/Users/robey/code/bzr/bzr.dev'
 
21
 
 
22
        # (optional) is there a friendier name for the branch that i should
 
23
        # use on the web pages?
 
24
        #branch_name='bazaar-dev'
 
25
 
 
26
        # (optional) short description for the top-level page
 
27
        description="bazaar vcs development branch"
 
28
 
 
29
        # (optional) public branch url for the top-level page
 
30
        url='http://bazaar-ng.org/bzr/bzr.dev'
 
31
 
 
32
        # should we cache revisions?  (HIGHLY recommended)  where?
 
33
        # this will be a folder containing a couple of files.  if the folder
 
34
        # doesn't already exist, we'll create it.
 
35
        cachepath='/Users/robey/code/bzr/bzr.dev/.bzr/loggerhead-cache'
 
36