~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to configs/ftpmaster/launchpad.conf

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-03-17 20:41:13 UTC
  • mfrom: (3277.1.4 launchpad-foobar2)
  • Revision ID: pqm@pqm.ubuntu.com-20060317204113-9841a4470db3611b
[r=jamesh] Mainline soyuz

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# identify the component configuration used to define the site:
 
2
site-definition site.zcml
 
3
 
 
4
# number of bytecode instructions to execute between checks for
 
5
# interruptions (SIGINTR, thread switches):
 
6
interrupt-check-interval 200
 
7
 
 
8
<server>
 
9
  type HTTP
 
10
  address 9030
 
11
</server>
 
12
 
 
13
# non-persistent in-memory storage
 
14
<zodb>
 
15
  <mappingstorage/>
 
16
</zodb>
 
17
 
 
18
<accesslog>
 
19
  <logfile>
 
20
    path /srv/launchpad.net/logs/launchpad-access.log
 
21
  </logfile>
 
22
</accesslog>
 
23
 
 
24
<eventlog>
 
25
  <logfile>
 
26
    path /srv/launchpad.net/logs/launchpad.log
 
27
  </logfile>
 
28
</eventlog>
 
29
 
 
30
<canonical default>
 
31
    dbname launchpad_prod
 
32
    dbhost jubany.ubuntu.com
 
33
    show_tracebacks false
 
34
    bounce_address bounces@canonical.com
 
35
 
 
36
    <launchpad>
 
37
        dbuser launchpad
 
38
        root_url https://upload.ubuntu.com/
 
39
        errors_address launchpad-error-reports@lists.canonical.com
 
40
        bugs_domain bugs.launchpad.net
 
41
        db_statement_timeout 8000
 
42
        <launchpad_session>
 
43
            dbuser session
 
44
            dbname session_prod
 
45
        </launchpad_session>
 
46
        <launchpad_errorreports>
 
47
            errordir /srv/launchpad.net/logs
 
48
            oops_prefix U
 
49
            copy_to_zlog false
 
50
        </launchpad_errorreports>
 
51
    </launchpad>
 
52
 
 
53
    <librarian>
 
54
        dbuser librarian
 
55
        upload_host mizuho.ubuntu.com
 
56
        upload_port 9090
 
57
        download_host mizuho.ubuntu.com
 
58
        download_port 8000
 
59
        download_url http://librarian.launchpad.net/
 
60
        buildd_download_url http://librarian.launchpad.net/
 
61
        <librarian_server>
 
62
            logfile /srv/launchpad.net/logs/librarian.log
 
63
            root /tmp/fatsam
 
64
            launch no
 
65
            spew no
 
66
        </librarian_server>
 
67
        <librarian_gc>
 
68
            dbuser librariangc
 
69
        </librarian_gc>
 
70
    </librarian>
 
71
 
 
72
    <malone>
 
73
        # The From address for Malone email interface errors
 
74
        bugmail_error_from_address noreply@bugs.staging.launchpad.net
 
75
    </malone>
 
76
 
 
77
    <rosetta>
 
78
        <poimport>
 
79
            dbuser poimport
 
80
        </poimport>
 
81
        <poattach>
 
82
            dbuser poattach
 
83
        </poattach>
 
84
    </rosetta>
 
85
 
 
86
    <shipitexporter>
 
87
        dbuser shipit
 
88
    </shipitexporter>
 
89
 
 
90
    <trebuchet>
 
91
        dbuser trebuchet
 
92
        port 4280
 
93
        <trebuchet_server>
 
94
            # Configuration used if we are running a trebuchet server.
 
95
            logfile /srv/launchpad.ubuntu.com/staging-logs/trebuchet.log
 
96
            root /srv/launchpad.ubuntu.com/staging/trebuchet
 
97
            # If true, a Trebuchet server will be launched by the startup
 
98
            # script
 
99
            launch no
 
100
            # Should Trebuchet twistd be run with --spew for debugging
 
101
            spew no
 
102
        </trebuchet_server>
 
103
    </trebuchet>
 
104
 
 
105
    <cveupdater>
 
106
        dbuser cve
 
107
    </cveupdater>
 
108
 
 
109
    <zopeless>
 
110
        send_email yes
 
111
        smtp_host localhost
 
112
        smtp_port 25
 
113
    </zopeless>
 
114
 
 
115
    <gpghandler>
 
116
        host keyserver.ubuntu.com 
 
117
        port 11371
 
118
    </gpghandler>
 
119
 
 
120
    <zeca>
 
121
        root /var/tmp/zeca
 
122
    </zeca>
 
123
 
 
124
    <gina>
 
125
        dbuser gina
 
126
        <gina_target warty>
 
127
            distro ubuntu
 
128
            distrorelease warty
 
129
            pocketrelease warty
 
130
            root /srv/ftp.root/ubuntu
 
131
            architectures i386,powerpc,amd64
 
132
        </gina_target>
 
133
        <gina_target warty-updates>
 
134
            distro ubuntu
 
135
            distrorelease warty
 
136
            pocketrelease warty-updates
 
137
            pocket updates
 
138
            root /srv/ftp.root/ubuntu
 
139
            architectures i386,powerpc,amd64
 
140
        </gina_target>
 
141
        <gina_target warty-security>
 
142
            distro ubuntu
 
143
            distrorelease warty
 
144
            pocketrelease warty-security
 
145
            pocket security
 
146
            root /srv/ftp.root/ubuntu
 
147
            architectures i386,powerpc,amd64
 
148
        </gina_target>
 
149
        <gina_target hoary>
 
150
            distro ubuntu
 
151
            distrorelease hoary
 
152
            pocketrelease hoary
 
153
            root /srv/ftp.root/ubuntu
 
154
            architectures i386,powerpc,amd64,ia64,sparc
 
155
        </gina_target>
 
156
        <gina_target hoary-updates>
 
157
            distro ubuntu
 
158
            distrorelease hoary
 
159
            pocketrelease hoary-updates
 
160
            pocket updates
 
161
            root /srv/ftp.root/ubuntu
 
162
            architectures i386,powerpc,amd64,ia64,sparc
 
163
        </gina_target>
 
164
        <gina_target hoary-security>
 
165
            distro ubuntu
 
166
            distrorelease hoary
 
167
            pocketrelease hoary-security
 
168
            pocket security
 
169
            root /srv/ftp.root/ubuntu
 
170
            architectures i386,powerpc,amd64,ia64,sparc
 
171
        </gina_target>
 
172
        <gina_target hoary-backports>
 
173
            distro ubuntu
 
174
            distrorelease hoary
 
175
            pocketrelease hoary-backports
 
176
            pocket backports
 
177
            root /srv/ftp.root/ubuntu
 
178
            architectures i386,powerpc,amd64,ia64,sparc
 
179
        </gina_target>
 
180
        <gina_target breezy>
 
181
            distro ubuntu
 
182
            distrorelease breezy
 
183
            pocketrelease breezy
 
184
            root /srv/ftp.root/ubuntu
 
185
            architectures i386,powerpc,amd64,ia64,sparc,hppa
 
186
        </gina_target>
 
187
        <gina_target breezy-backports>
 
188
            distro ubuntu
 
189
            distrorelease breezy
 
190
            pocketrelease breezy-backports
 
191
            pocket backports
 
192
            root /srv/ftp.root/ubuntu
 
193
            architectures i386,powerpc,amd64,ia64,sparc,hppa
 
194
        </gina_target>
 
195
        <gina_target breezy-updates>
 
196
            distro ubuntu
 
197
            distrorelease breezy
 
198
            pocketrelease breezy-updates
 
199
            pocket updates
 
200
            root /srv/ftp.root/ubuntu
 
201
            architectures i386,powerpc,amd64,ia64,sparc,hppa
 
202
        </gina_target>
 
203
        <gina_target breezy-security>
 
204
            distro ubuntu
 
205
            distrorelease breezy
 
206
            pocketrelease breezy-security
 
207
            pocket security
 
208
            root /srv/ftp.root/ubuntu
 
209
            architectures i386,powerpc,amd64,ia64,sparc,hppa
 
210
        </gina_target>
 
211
        <gina_target dapper>
 
212
            distro ubuntu
 
213
            distrorelease dapper
 
214
            pocketrelease dapper
 
215
            root /srv/ftp.root/ubuntu
 
216
            architectures i386,powerpc,amd64,ia64,sparc,hppa
 
217
        </gina_target>
 
218
        <gina_target dapper-updates>
 
219
            distro ubuntu
 
220
            distrorelease dapper
 
221
            pocketrelease dapper-updates
 
222
            pocket updates
 
223
            root /srv/ftp.root/ubuntu
 
224
            architectures i386,powerpc,amd64,ia64,sparc,hppa
 
225
        </gina_target>
 
226
        <gina_target dapper-security>
 
227
            distro ubuntu
 
228
            distrorelease dapper
 
229
            pocketrelease dapper-security
 
230
            pocket security
 
231
            root /srv/ftp.root/ubuntu
 
232
            architectures i386,powerpc,amd64,ia64,sparc,hppa
 
233
        </gina_target>
 
234
    </gina>
 
235
 
 
236
    <buildsequencer>
 
237
        mailproblemsto launchpad-error-reports@lists.canonical.com
 
238
        # It makes no sense to allow the sequencer to start by default
 
239
        # on a developer machine because they're unlikely to have a 
 
240
        # build farm of their own. This does not prevent the daemon from
 
241
        # ever starting.
 
242
        launch no
 
243
        logfile /srv/launchpad.net/logs/sequencer.log
 
244
        <buildsequencer_job slave_scanner>
 
245
            command cronscripts/buildd-slave-scanner.py
 
246
            mindelay 10
 
247
        </buildsequencer_job>
 
248
        <buildsequencer_job queue_builder>
 
249
            command cronscripts/buildd-queue-builder.py
 
250
            mindelay 900
 
251
        </buildsequencer_job>
 
252
    </buildsequencer>
 
253
 
 
254
    <statistician>
 
255
        dbuser statistician
 
256
    </statistician>
 
257
 
 
258
    <tickettracker>
 
259
        dbuser tickettracker
 
260
    </tickettracker>
 
261
 
 
262
    <uploadqueue>
 
263
        dbuser queued
 
264
    </uploadqueue>
 
265
 
 
266
    <branchupdater>
 
267
        dbuser importd
 
268
        prefixurl http://bazaar.launchpad.net/+branches/
 
269
    </branchupdater>
 
270
 
 
271
    <uploader>
 
272
        dbuser uploader
 
273
        default_recipient_name Launchpad Archiver
 
274
        # This is localhost to ensure security embargo stuff never goes
 
275
        # outside the box
 
276
        default_recipient_address lp_archive@localhost
 
277
        default_sender_name Ubuntu Installer
 
278
        default_sender_address archive@ubuntu.com
 
279
    </uploader>
 
280
 
 
281
    <builddmaster>
 
282
        dbuser fiera
 
283
        uploader scripts/process-upload.py -Mvv --context buildd
 
284
        root /srv/launchpad.net/builddmaster/
 
285
    </builddmaster>
 
286
 
 
287
    <supermirror>
 
288
        dbuser supermirror
 
289
    </supermirror>
 
290
 
 
291
</canonical>
 
292
 
 
293
 
 
294
# This is the config used by the test runner.
 
295
<canonical testrunner>
 
296
    dbname launchpad_ftest
 
297
    show_tracebacks true
 
298
    # chunkydiff may be turned off temporarily to help diagnose test
 
299
    # failures, but please don't commit this setting to rocketfuel.
 
300
    chunkydiff on
 
301
 
 
302
    bounce_address bounces@canonical.com
 
303
 
 
304
    <launchpad>
 
305
        dbuser launchpad
 
306
        root_url http://localhost:8086/
 
307
        errors_address launchpad-error-reports@lists.canonical.com
 
308
        bugs_domain bugs.launchpad.net
 
309
        <launchpad_errorreports>
 
310
            errordir /var/tmp/lperr.test
 
311
            oops_prefix T
 
312
            copy_to_zlog false
 
313
        </launchpad_errorreports>
 
314
        <launchpad_session>
 
315
            dbuser session
 
316
            dbname launchpad_ftest
 
317
        </launchpad_session>
 
318
    </launchpad>
 
319
    <librarian>
 
320
        dbuser librarian
 
321
        upload_host localhost
 
322
        upload_port 59090
 
323
        download_host localhost
 
324
        download_port 58000
 
325
        download_url http://localhost:58000/
 
326
        buildd_download_url http://localhost:58000/
 
327
        <librarian_server>
 
328
            launch no
 
329
            root /var/tmp/fatsam.test
 
330
        </librarian_server>
 
331
    </librarian>
 
332
    <zopeless>
 
333
        send_email false
 
334
    </zopeless>
 
335
 
 
336
    <supermirror>
 
337
        dbuser supermirror
 
338
    </supermirror>
 
339
</canonical>