# use this to change the server's port #server.socket_port = 8080 # use this if you're mapping loggerhead within apache via proxy #server.webpath = 'http://localhost/bzr' # use this if you want loggerhead to listen to another interface than 127.0.0.1 # server.socket_host = 'your_hostname_or_ip' # where's bzrlib? # (you only need this if you don't install bzr.) #bzrpath = '/Users/robey/code/bzr/bzr' # if you want a special title on the front page, set it here: title = 'FedoraHosted Bzr Repositories' # the access and debug logs can be set up to roll 'daily', 'weekly', or 'never': log.roll = 'weekly' # group branches by project: [packagedb] # name of this project name = 'Fedora PackageDB' # for the top browsing page, you can include a description, in raw HTML. description = 'The Fedora Package Database manages ownership of packages' # should we cache files changed? (recommended for large trees) # this will be a folder containing one file. if the folder doesn't # exist, it'll be created. # # all branches in this project will share the same cache, which is usually # what you want if they share a repository. if not, you can also specify # this per-branch. cachepath = '/var/cache/loggerhead/packagedb' # if an auto_publish_folder is given, any bazaar branches discovered in # that folder will be published. using each branch's 'branch.conf' to # provide optional descriptions and public urls is a nice way to avoid # having to do much configuration here. auto_publish_folder = '/bzr/packagedb/' # if all of the branches under an auto_publish_folder are exported to # the same (base) public url, you can specify that url prefix here, and # each discovered branch's public url will be generated. #url_prefix = 'http://localhost/bzr/packagedb' [python-fedora] # name of this project name = 'Python Modules for interacting with Fedora Services' # for the top browsing page, you can include a description, in raw HTML. description = 'Modules that make developing Fedora Services and writing clients to connect to them easier.' # should we cache files changed? (recommended for large trees) # this will be a folder containing one file. if the folder doesn't # exist, it'll be created. # # all branches in this project will share the same cache, which is usually # what you want if they share a repository. if not, you can also specify # this per-branch. cachepath = '/var/cache/loggerhead/python-fedora' # if an auto_publish_folder is given, any bazaar branches discovered in # that folder will be published. using each branch's 'branch.conf' to # provide optional descriptions and public urls is a nice way to avoid # having to do much configuration here. auto_publish_folder = '/bzr/python-fedora/' # if all of the branches under an auto_publish_folder are exported to # the same (base) public url, you can specify that url prefix here, and # each discovered branch's public url will be generated. #url_prefix = 'http://localhost/bzr/python-fedora'