← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~stevenk/launchpad/fix-idsjob-schema into lp:launchpad/devel

 

Steve Kowalik has proposed merging lp:~stevenk/launchpad/fix-idsjob-schema into lp:launchpad/devel.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)


This branch adds the missing intialisedistroseries section to configs/schema-lazr.conf. The section was added to the config, but the schema was missed.
-- 
https://code.launchpad.net/~stevenk/launchpad/fix-idsjob-schema/+merge/38536
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~stevenk/launchpad/fix-idsjob-schema into lp:launchpad/devel.
=== modified file 'lib/canonical/config/schema-lazr.conf'
--- lib/canonical/config/schema-lazr.conf	2010-10-01 21:10:55 +0000
+++ lib/canonical/config/schema-lazr.conf	2010-10-15 13:07:45 +0000
@@ -906,6 +906,15 @@
 # datatype: int
 port: 11371
 
+[initialisedistroseries]
+# See [error_reports].
+error_dir: none
+
+# See [error_reports].
+oops_prefix: none
+
+# See [error_reports].
+copy_to_zlog: false
 
 [karmacacheupdater]
 # The database user which will be used by this process.