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
|
# 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: ../development/launchpad-lazr.conf
[canonical]
cron_control_url: file:lib/lp/services/scripts/tests/cronscripts.ini
[branchscanner]
oops_prefix: TSMS
error_dir: /var/tmp/lperr.test
[builddmaster]
socket_timeout: 10
uploader: scripts/process-upload.py -Mvv
[checkwatches]
sync_debbugs_comments: True
oops_prefix: TCW
error_dir: /var/tmp/lperr.test
[codehosting]
bzr_lp_prefix: lp://dev/
host_key_pair_path: lib/lp/codehosting/sshserver/tests/keys
port: tcp:22222:interface=bazaar.launchpad.dev
error_dir: /var/tmp/codehosting.test
oops_prefix: SMPSSH
access_log: /tmp/test-codehosting-access.log
internal_branch_by_id_root: file:///var/tmp/bazaar.launchpad.dev/mirrors
[create_merge_proposals]
oops_prefix: TMPCJ
error_dir: /var/tmp/codehosting.test
[database]
rw_main_master: dbname=launchpad_ftest host=localhost
rw_main_slave: dbname=launchpad_ftest host=localhost
# Use our _template databases here just so that we have different values from
# the rw_* configs.
ro_main_master: dbname=launchpad_ftest_template host=localhost
ro_main_slave: dbname=launchpad_ftest_template host=localhost
[error_reports]
oops_prefix: T
error_dir: /var/tmp/lperr.test
[gina_target.hoary]
architectures: i386
components: main
distro: ubuntu
distroseries: hoary
pocketrelease: hoary
root: /tmp/gina_test_archive
[gina_target.breezy]
architectures: i386
components: main, universe
distro: ubuntu
distroseries: breezy
pocketrelease: breezy
root: /tmp/gina_test_archive
[gina_target.dapper]
architectures: i386,powerpc
components: main, universe
distro: ubuntu
distroseries: dapper
pocketrelease: dapper
root: /tmp/gina_test_archive
[gina_target.dapper-updates]
architectures: i386, powerpc
components: main, universe
distro: ubuntu
distroseries: dapper
pocket: updates
pocketrelease: dapper-updates
root: /tmp/gina_test_archive
[gina_target.bogus]
# This section is used strictly for testing.
architectures: i386
components: main
distro: ubuntu
distroseries: bogoland
pocketrelease: bogoland
root: /tmp/gina_test_archive
[gina_target.partner]
# This section is used strictly for testing.
architectures: i386
components: main
distro: ubuntu
distroseries: hoary
pocketrelease: hoary
root: /tmp/gina_test_archive
componentoverride: partner
[gina_target.lenny]
components: main
source_only: True
root: /tmp/gina_test_archive
[google]
site: http://launchpad.dev:8092/cse
[gpghandler]
host: localhost
public_host: keyserver.ubuntu.com
[karmacacheupdater]
max_scaling: 2
[launchpad]
max_attachment_size: 1024
geoip_database: /usr/share/GeoIP/GeoLiteCity.dat
logparser_max_parsed_lines: 100000
# We use the stub Google Service here which maps URL fragment to
# to static content
homepage_recent_posts_feed: http://launchpad.dev:8092/blog-feed
[launchpad_session]
cookie: launchpad_tests
database: dbname=session_ftest
[librarianlogparser]
logs_root = lib/lp/services/librarian/tests/data/apache-log-files-for-sampledata/
[librarian]
download_url: http://localhost:58000/
upload_port: 59090
download_port: 58000
restricted_download_url: http://localhost:58005/
restricted_upload_port: 59095
restricted_download_port: 58005
[librarian_server]
root: /var/tmp/fatsam.test
[mailman]
error_dir: /var/tmp/mailman-xmlrpc.test
shared_secret: topsecret
[malone]
buglist_batch_size: 20
max_comment_size: 3200
bugnotification_interval: 5
debbugs_db_location: lib/lp/bugs/tests/data/debbugs_db
[memcache]
servers: (127.0.0.1:11242,1)
[memcached]
# The test suite takes care of launching this as necessary.
launch: false
verbose: false
memory_size: 1
address: 127.0.0.1
# We want a different port to ensure we don't pick up stray memcached
# processes spawned through some other mechanism.
port: 11242
[merge_proposal_jobs]
oops_prefix: TMPJ
error_dir: /var/tmp/codehosting.test
[packaging_translations]
oops_prefix: TPT
error_dir: /var/tmp/lperr.test
[upgrade_branches]
oops_prefix: TUB
error_dir: /var/tmp/codehosting.test
[personalpackagearchive]
root: /var/tmp/ppa.test/
[ppa_apache_log_parser]
logs_root: lib/lp/soyuz/scripts/tests/ppa-apache-log-files
[poimport]
error_dir: /var/tmp/poimport.test
oops_prefix: TPOI
[process_apport_blobs]
dbuser: process-apport-blobs
oops_prefix: TAPPORTBLOB
error_dir: /var/tmp/lperr.test
[rabbitmq]
launch: False
host: none
userid: none
password: none
virtual_host: none
[txlongpoll]
launch: False
frontend_port: none
uri: none
[request_daily_builds]
oops_prefix: TRDB
error_dir: /var/tmp/lperr.test
[rosetta]
generate_templates: True
[rosettabranches]
oops_prefix: TRSBR
error_dir: /var/tmp/rosettabranches.test
[sendbranchmail]
oops_prefix: BM
error_dir: /var/tmp/codehosting.test
[supermirror_import_puller]
error_dir: /var/tmp/codehosting.test
oops_prefix: TISMP
[supermirror_mirror_puller]
error_dir: /var/tmp/codehosting.test
oops_prefix: TMSMP
[supermirror_upload_puller]
error_dir: /var/tmp/codehosting.test
oops_prefix: TUSMP
[uploader]
default_recipient_name: Root
default_sender_name: Root
[vhost.xmlrpc_private]
rooturl: http://launchpad.dev/
[vhost.api]
rooturl: http://api.launchpad.dev/
[vhosts]
use_https: False
[testkeyserver]
root: /var/tmp/testkeyserver.test
|