~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/config/schema-lazr.conf

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-23 09:54:33 UTC
  • mfrom: (14486.6.4 drop-obsolete-config-items)
  • Revision ID: launchpad@pqm.canonical.com-20111223095433-amgcz7yu4tsxrypz
[r=wgrant][no-qa] Drop various obsolete config definitions that were
        recently dropped from prod.

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
bzr_builder_sources_list: none
113
113
 
114
114
 
115
 
[buildsequencer]
116
 
# The name of the log file for the sequencer (passed to twistd)
117
 
# datatype: string
118
 
logfile: none
119
 
 
120
 
# If true, the buildsequencer will be started by the startup
121
 
# scripts. It makes no sense to allow the sequencer to start by
122
 
# default on a developer machine because they're unlikely to have
123
 
# a build farm of their own. This does not prevent the daemon
124
 
# from ever starting.
125
 
# datatype: boolean
126
 
launch: False
127
 
 
128
 
# If one of the subprocesses exits with a failure code then the
129
 
# build sequencer will email this address with the output of
130
 
# the subprocess. If this variable is set to a single dash then
131
 
# the output will simply be logged instead.
132
 
# datatype: string
133
 
mailproblemsto:
134
 
 
135
 
# datatype: boolean
136
 
spew: False
137
 
 
138
 
# datatype: string
139
 
smtphost: localhost
140
 
 
141
 
# datatype: string
142
 
fromaddress: launchpad@lists.canonical.com
143
 
 
144
 
[buildsequencer_job.template]
145
 
# The subprocess to run. You can assume LPCONFIG will be set
146
 
# and that PYTHONPATH will be set to include the launchpad/lib
147
 
# directory and that CWD will be the top level of the launchpad
148
 
# tree itself. But that is all.
149
 
# datatype: string
150
 
command: none
151
 
 
152
 
# The minimum delay between invocations of this job type. The
153
 
# slavescanner probably wants to be set to 5 seconds or so but
154
 
# the queue builder probably wants 5 minutes or so (900 seconds).
155
 
# Other tasks will have varying requirements placed on them.
156
 
# datatype: integer
157
 
mindelay: 1
158
 
 
159
 
# If set to true, the output of this job will always be logged to
160
 
# the sequencer log file.
161
 
# datatype: boolean
162
 
alwayslog: false
163
 
 
164
 
 
165
 
[buildsequencer_job.slave_scanner]
166
 
command: cronscripts/buildd-slave-scanner.py
167
 
mindelay: 5
168
 
 
169
 
 
170
 
[build_from_branch]
171
 
enabled = False
172
 
 
173
 
 
174
115
# Configuration for spawned Bazaar subprocesses.
175
116
[bzr_lpserve]
176
117
# See [error_reports].
328
269
# datatype: string
329
270
authentication_endpoint: none
330
271
 
331
 
# Obsolete.
332
 
branchfs_endpoint: none
333
 
 
334
 
# Obsolete.
335
 
branch_puller_endpoint: none
336
 
 
337
272
# The URL of the XML-RPC endpoint that implements ICodehostingAPI.
338
273
#
339
274
# datatype: string
1190
1125
# datatype: integer
1191
1126
code_homepage_product_cloud_size: 120
1192
1127
 
1193
 
# The referrers and the trust_roots they are allowed to pre-authorize.
1194
 
# (e.g. http://referrer.example.com http://trustroot.example.com)
1195
 
# datatype: string
1196
 
openid_preauthorization_acl: None
1197
 
 
1198
1128
# The database used by our GeoIP library.
1199
1129
geoip_database: /usr/share/GeoIP/GeoIPCity.dat
1200
1130
 
1578
1508
oops_prefix: none
1579
1509
 
1580
1510
 
1581
 
##
1582
 
## TODO: delete mpcreationjobs section after 10.04 rollout.
1583
 
##
1584
 
[mpcreationjobs]
1585
 
# The database user which will be used by this process.
1586
 
# datatype: string
1587
 
dbuser: mp-creation-job
1588
 
storm_cache: generational
1589
 
storm_cache_size: 500
1590
 
 
1591
 
# See [error_reports].
1592
 
error_dir: none
1593
 
 
1594
 
# See [error_reports].
1595
 
oops_prefix: none
1596
 
 
1597
 
 
1598
1511
[person_notification]
1599
1512
# User for person notification db access
1600
1513
# datatype: string
1958
1871
storm_cache_size: 500
1959
1872
 
1960
1873
 
1961
 
##
1962
 
## TODO: delete update_preview_diffs section after 10.04 rollout.
1963
 
##
1964
 
[update_preview_diffs]
1965
 
dbuser: update-preview-diffs
1966
 
 
1967
 
# See [error_reports].
1968
 
error_dir: none
1969
 
 
1970
 
# See [error_reports].
1971
 
oops_prefix: none
1972
 
 
1973
 
 
1974
1874
[upgrade_branches]
1975
1875
dbuser: upgrade-branches
1976
1876