1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
|
# A schema's sections, keys, and values are automatically inherited,
# except for '.optional' sections. Update this config to override key
# values. Values are strings, except for numbers that look like ints.
# The tokens true, false, and none are treated as True, False, and None.
[meta]
extends: ../../lib/canonical/config/schema-lazr.conf
[archivepublisher]
root: /var/tmp/archive
base_url: http://archive.launchpad.dev/
[branchscanner]
oops_prefix: BS
error_dir: /var/tmp/codehosting.test
[builddmaster]
root: /var/tmp/builddmaster/
uploader: scripts/process-upload.py -Mvv
bzr_builder_sources_list: None
[buildsequencer]
mailproblemsto: root
logfile: -
[buildsequencer_job.slave_scanner]
mindelay: 10
[build_from_branch]
enabled = True
[bzr_lpserve]
error_dir: /var/tmp/codehosting.test
oops_prefix: BZR
copy_to_zlog: false
[canonical]
show_tracebacks: True
[checkwatches]
oops_prefix: XCW
error_dir: /var/tmp/lperr
sync_debbugs_comments: True
[checkwatches.credentials]
rt.example.com.username: zaphod
rt.example.com.password: pangalacticgargleblaster
bugzilla-3.4.example.com.username: foo.bar@canonical.com
bugzilla-3.4.example.com.password: test
[codebrowse]
cachepath: /var/tmp/codebrowse.launchpad.dev/cache
log_folder: /var/tmp/codebrowse.launchpad.dev/logs
launchpad_root: https://code.launchpad.dev/
secret_path: configs/development/codebrowse-secret
error_dir: /var/tmp/codebrowse.launchpad.dev/errors
oops_prefix: CB
copy_to_zlog: false
[codehosting]
launch: True
authentication_endpoint: http://xmlrpc-private.launchpad.dev:8087/authserver
codehosting_endpoint: http://xmlrpc-private.launchpad.dev:8087/codehosting
supermirror_root: http://bazaar.launchpad.dev/
hosted_branches_root: /var/tmp/bazaar.launchpad.dev/push-branches/
codebrowse_root: http://bazaar.launchpad.dev/
secure_codebrowse_root: https://bazaar.launchpad.dev/
internal_branch_by_id_root: http://bazaar-internal.launchpad.dev/
internal_codebrowse_root: http://localhost:8080/
rewrite_script_log_file: /var/tmp/bazaar.launchpad.dev/rewrite.log
host_key_pair_path: lib/lp/codehosting/sshserver/tests/keys
port: tcp:5022:interface=127.0.0.88
error_dir: /var/tmp/codehosting.test
oops_prefix: SMPSSH
copy_to_zlog: false
bzr_lp_prefix: lp://dev/
lp_url_hosts: dev
access_log: /var/tmp/bazaar.launchpad.dev/codehosting-access.log
blacklisted_hostnames:
[codeimport]
bazaar_branch_store: file:///tmp/bazaar-branches
foreign_tree_store: file:///tmp/foreign-branches
[codeimportdispatcher]
error_dir: /var/tmp/codehosting.test
forced_hostname: bazaar-importer
[codeimportworker]
error_dir: /var/tmp/codehosting.test
oops_prefix: CIW
copy_to_zlog: false
[commercial]
voucher_proxy_url: http://launchpad.dev
voucher_proxy_port: 2323
purchase_subscription_url: http://ubuntu.recycledmania.com/product_info.php?products_id=227
[database]
rw_main_master: dbname=launchpad_dev
rw_main_slave: dbname=launchpad_dev
# Use our _template databases here just so that we have different values from
# the rw_* configs.
ro_main_master: dbname=launchpad_dev_template
ro_main_slave: dbname=launchpad_dev_template
# XXX stub 20100407 bug=557271: These next two are ignored, and should
# be removed after the May 2010 rollout.
auth_master: bug 557271
auth_slave: bug 557271
[distributionmirrorprober]
use_proxy: False
timeout: 10
cdimage_file_list_url: file:lib/canonical/launchpad/doc/ubuntu-releases.testdata
[error_reports]
oops_prefix: X
error_dir: /var/tmp/lperr
copy_to_zlog: True
[google]
# Development and the testrunner should use the stub service be default.
site: http://launchpad.dev:8092/cse
client_id: ABCDEF2323
maps_api_key: ABQIAAAAd8GIgO6pcskVE20WMo0tMRTWrrsyo_91eNrAe8_Mod2l0UnqlRSKiPprMSOGPJIjYKODQzeFQPz5Dg
[google_test_service]
launch: True
[gpghandler]
host: keyserver.launchpad.dev
public_host: keyserver.launchpad.dev
[launchpad]
enable_test_openid_provider: True
openid_provider_vhost: testopenid
code_domain: code.launchpad.dev
default_batch_size: 5
max_attachment_size: 2097152
branchlisting_batch_size: 6
mugshot_batch_size: 8
announcement_batch_size: 4
download_batch_size: 4
summary_list_size: 5
openid_preauthorization_acl:
localhost http://launchpad.dev/
max_bug_feed_cache_minutes: 30
bzr_imports_root_url: file:///tmp/bazaar-branches
geoip_database: /usr/share/GeoIP/GeoLiteCity.dat
geonames_identity: lpdev
storm_cache: generational
storm_cache_size: 100
[launchpad_session]
cookie: launchpad_dev
dbname: session_dev
[librarian]
download_url: http://launchpad.dev:58080/
upload_port: 58090
download_port: 58080
restricted_upload_port: 58095
restricted_download_port: 58085
restricted_download_url: http://launchpad.dev:58085/
use_https = False
oops_prefix: L
error_dir: /var/tmp/codehosting.test
[librarian_server]
root: /var/tmp/fatsam
launch: True
[malone]
bugmail_error_from_address: noreply@bugs.launchpad.net
buglist_batch_size: 7
max_comment_size: 300
bugnotification_interval: 1
search_comments: True
debbugs_db_location: lib/canonical/launchpad/scripts/tests
comments_list_max_length: 12
comments_list_truncate_oldest_to: 4
comments_list_truncate_newest_to: 6
ubuntu_disable_filebug: false
[mailman]
launch: True
build: True
build_var_dir: /var/tmp/mailman
xmlrpc_runner_sleep: 5
smtp: localhost:9025
oops_prefix: MMX
error_dir: /var/tmp/mailman-xmlrpc
list_help_header: http://help.launchpad.dev/ListHelp
archive_address: archive@mail-archive.dev
list_owner_header_template: http://launchpad.dev/~$team_name
archive_url_template: http://lists.launchpad.dev/$team_name
list_subscription_headers: http://launchpad.dev/~$team_name
build_host_name: lists.launchpad.dev
# Crank these way down so they're easier to test.
soft_max_size: 40000
hard_max_size: 1000000
[memcache]
servers: (127.0.0.1:11217,1)
[memcached]
launch: True
verbose: False
address: 127.0.0.1
port: 11217
memory_size: 1
[merge_proposal_jobs]
error_dir: /var/tmp/codehosting.test
oops_prefix: DMPJ
[personalpackagearchive]
root: /var/tmp/ppa/
private_root: /var/tmp/ppa
base_url: http://ppa.launchpad.dev
private_base_url: http://private-ppa.launchpad.dev
[poppy]
authentication_endpoint: http://xmlrpc-private.launchpad.dev:8087/authserver
host_key_private=lib/lp/poppy/tests/poppy-sftp
host_key_public=lib/lp/poppy/tests/poppy-sftp.pub
[reclaimbranchspace]
error_dir: /var/tmp/codehosting.test
oops_prefix: RBS
[rosetta]
global_suggestions_enabled: True
generate_templates: True
[rosettabranches]
error_dir: /var/tmp/rosettabranches.test
oops_prefix: RSBR
[poimport]
error_dir: /var/tmp/poimport
oops_prefix: POI
[process_apport_blobs]
error_dir: /var/tmp/lperr
[profiling]
profiling_allowed: True
[supermirror_puller]
error_dir: /var/tmp/codehosting.test
oops_prefix: SMP
[supermirror_import_puller]
error_dir: /var/tmp/codehosting.test
oops_prefix: ISMP
[supermirror_mirror_puller]
error_dir: /var/tmp/codehosting.test
oops_prefix: MSMP
[supermirror_upload_puller]
error_dir: /var/tmp/codehosting.test
oops_prefix: USMP
[upgrade_branches]
oops_prefix: UBJD
error_dir: /var/tmp/codehosting.test
[uploader]
default_recipient_name: Local Root
default_sender_address: root@localhost
default_recipient_address: root@localhost
default_sender_name: Local Root
[vhosts]
use_https: True
[vhost.mainsite]
hostname: launchpad.dev
althostnames: localhost
openid_delegate_profile: True
[vhost.api]
hostname: api.launchpad.dev
rooturl: https://api.launchpad.dev/
# Turn this on once we've solved cache invalidation problems and are
# ready to test.
# enable_server_side_representation_cache: True
[vhost.blueprints]
hostname: blueprints.launchpad.dev
[vhost.code]
hostname: code.launchpad.dev
[vhost.translations]
hostname: translations.launchpad.dev
[vhost.bugs]
hostname: bugs.launchpad.dev
[vhost.answers]
hostname: answers.launchpad.dev
[vhost.openid]
hostname: openid.launchpad.dev
[vhost.apidoc]
hostname: apidoc.launchpad.dev
[vhost.testopenid]
hostname: testopenid.dev
[vhost.ubuntu_openid]
hostname: ubuntu-openid.launchpad.dev
[vhost.shipitubuntu]
hostname: shipit.ubuntu.dev
[vhost.shipitkubuntu]
hostname: shipit.kubuntu.dev
[vhost.shipitedubuntu]
hostname: shipit.edubuntu.dev
[vhost.xmlrpc]
hostname: xmlrpc.launchpad.dev
rooturl: http://launchpad.dev/
[vhost.xmlrpc_private]
hostname: xmlrpc-private.launchpad.dev
[vhost.feeds]
hostname: feeds.launchpad.dev
[vhost.vostok]
hostname: vostok.dev
[zopeless]
# XXX sinzui 2008-03-26:
# A development box should never send email to the outer world,
# so disable that here. note that the testrunner config inherits
# this setting from us.
send_email: false
|