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

Proposed by Steve Kowalik
Status: Merged
Approved by: Guilherme Salgado
Approved revision: not available
Merged at revision: 11712
Proposed branch: lp:~stevenk/launchpad/fix-idsjob-schema
Merge into: lp:launchpad
Diff against target: 19 lines (+9/-0)
1 file modified
lib/canonical/config/schema-lazr.conf (+9/-0)
To merge this branch: bzr merge lp:~stevenk/launchpad/fix-idsjob-schema
Reviewer Review Type Date Requested Status
Guilherme Salgado (community) code Approve
Review via email: mp+38536@code.launchpad.net

Description of the change

This branch adds the missing intialisedistroseries section to configs/schema-lazr.conf. The section was added to the config, but the schema was missed.

To post a comment you must log in.
Revision history for this message
Guilherme Salgado (salgado) wrote :

Diff was taking too long to update, so I reviewed http://paste.ubuntu.com/513849/

review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/canonical/config/schema-lazr.conf'
2--- lib/canonical/config/schema-lazr.conf 2010-10-01 21:10:55 +0000
3+++ lib/canonical/config/schema-lazr.conf 2010-10-15 13:07:59 +0000
4@@ -906,6 +906,15 @@
5 # datatype: int
6 port: 11371
7
8+[initialisedistroseries]
9+# See [error_reports].
10+error_dir: none
11+
12+# See [error_reports].
13+oops_prefix: none
14+
15+# See [error_reports].
16+copy_to_zlog: false
17
18 [karmacacheupdater]
19 # The database user which will be used by this process.