~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-05-23 18:43:31 UTC
  • mfrom: (13084.2.6 page-match-rewrite-url)
  • Revision ID: launchpad@pqm.canonical.com-20110523184331-dhd2c7cgfuu49epw
[r=sinzui][bug=784273] Adds facility to the PageMatch to handle bad
        URIs

Show diffs side-by-side

added added

removed removed

Lines of Context:
522
522
# Import only this many revisions from svn (via bzr-svn) at once.
523
523
svn_revisions_import_limit: 5000
524
524
 
525
 
# Import only this many revisions from hg at once.
526
 
hg_revisions_import_limit: 5000
527
525
 
528
526
[codeimportdispatcher]
529
527
# The directory where the code import worker should be directed to
1007
1005
# See [error_reports].
1008
1006
copy_to_zlog: false
1009
1007
 
1010
 
[IPlainPackageCopyJobSource]
1011
 
module: lp.soyuz.interfaces.packagecopyjob
 
1008
[IPackageCopyJobSource]
 
1009
module: lp.soyuz.interfaces.distributionjob
1012
1010
# XXX: GavinPanella 2011-04-20 bug=770297: The sync_packages database
1013
1011
# user should be renamed to copy_packages.
1014
1012
dbuser: sync_packages
1732
1730
dbuser: processmail
1733
1731
storm_cache: generational
1734
1732
storm_cache_size: 500
1735
 
max_error_message_return_size: 65536
 
1733
 
1736
1734
 
1737
1735
[process_apport_blobs]
1738
1736
# The database user which will be used by this process.
2146
2144
# can be loaded from.
2147
2145
job_sources:
2148
2146
    IMembershipNotificationJobSource,
 
2147
    IPackageCopyJobSource,
2149
2148
    IPersonMergeJobSource,
2150
 
    IPlainPackageCopyJobSource,
2151
2149
    IQuestionEmailJobSource
2152
2150
 
2153
2151
[IMembershipNotificationJobSource]