1
# identify the component configuration used to define the site:
2
site-definition site.zcml
4
# number of bytecode instructions to execute between checks for
5
# interruptions (SIGINTR, thread switches):
6
interrupt-check-interval 200
18
# non-persistent in-memory storage
24
# This sets up logging to both a file (access.log) and to standard
25
# output (STDOUT). The "path" setting can be a relative or absolute
26
# filesystem path or the tokens STDOUT or STDERR.
29
path /srv/launchpad.net/production-logs/launchpad-access4.log
35
# This sets up logging to both a file (z3.log) and to standard
36
# output (STDOUT). The "path" setting can be a relative or absolute
37
# filesystem path or the tokens STDOUT or STDERR.
40
path /srv/launchpad.net/production-logs/launchpad4.log
45
# Launchpad configuration. Note that we can specify multiple configurations
46
# in here. Currently, we have configurations named 'testrunner' (used
47
# by the testrunner), and 'default' (used by everything else)
49
# The section that is used can be specified by setting the LPCONFIG
50
# environment variable
53
# DB settings must still match launchpad-sql-configure-normal.zcml
57
# Display tracebacks on error pages.
58
# IMPORTANT: Set to false on production servers!
61
# This is the email address used for the Errors-To: header on
62
# all outgoing emails. At somepoint a bounce handler will be
63
# installed here to detect failing email addresses and flag them
65
bounce_address bounces@canonical.com
69
# Root URL to a launchpad instance, used for generating URLs
70
# inside of launchpad by urlparse.urljoin
71
root_url https://launchpad.net/
72
errors_address launchpad-error-reports@lists.canonical.com
73
bugs_domain bugs.launchpad.net
74
db_statement_timeout 15000
77
dbhost emperor.ubuntu.com
80
<launchpad_errorreports>
81
errordir /srv/launchpad.net/production-logs
84
</launchpad_errorreports>
88
# Librarian configuration information for both client and server
90
upload_host macaroni.ubuntu.com
92
download_host macaroni.ubuntu.com
94
download_url http://librarian.launchpad.net/
95
buildd_download_url http://librarian.launchpad.net/
97
# Configuration used if we are running a librarian server.
110
# Configuration used if we are running a trebuchet server.
111
logfile /home/launchpad/dists/trebuchet.log
112
root /home/launchpad/dists/trebuchet
113
# If true, a Trebuchet server will be launched by the startup
116
# Should Trebuchet twistd be run with --spew for debugging
122
# The From address for Malone email interface errors
123
bugmail_error_from_address noreply@bugs.launchpad.net
127
# Configuration specific for code that is running in the Zopeless
128
# environment. Hopefully this section will disappear when the
129
# Zope and Zopeless environments grow closer.
135
host keyserver.ubuntu.com
139
# where the pre-installed key-files will be copied to (every
140
# initialization, see lib/zeca/ftest/harness.py)
144
mailproblemsto launchpad-error-reports@lists.canonical.com
147
<buildsequencer_job slave_scanner>
148
command cronscripts/buildd-slave-scanner.py
150
</buildsequencer_job>
151
<buildsequencer_job queue_builder>
152
command cronscripts/buildd-queue-builder.py
154
</buildsequencer_job>
161
prefixurl http://bazaar.launchpad.net/+branches/
165
# This is the config used by the test runner.
166
<canonical testrunner>
167
dbname launchpad_ftest
169
# chunkydiff may be turned off temporarily to help diagnose test
170
# failures, but please don't commit this setting to rocketfuel.
173
bounce_address bounces@canonical.com
177
root_url http://localhost:8086/
178
errors_address launchpad-error-reports@lists.canonical.com
179
bugs_domain bugs.launchpad.net
180
<launchpad_errorreports>
181
errordir /var/tmp/lperr.test
184
</launchpad_errorreports>
188
upload_host localhost
190
download_host localhost
192
download_url http://localhost:58000/
193
buildd_download_url http://localhost:58000/
196
root /var/tmp/fatsam.test