Merge lp:~allenap/launchpad/pcj-more-often-bug-770721 into lp:launchpad

Proposed by Gavin Panella
Status: Merged
Approved by: Gavin Panella
Approved revision: no longer in the source branch.
Merged at revision: 13945
Proposed branch: lp:~allenap/launchpad/pcj-more-often-bug-770721
Merge into: lp:launchpad
Prerequisite: lp:~allenap/launchpad/pcj-more-often-bug-770721-pre
Diff against target: 45 lines (+14/-14)
1 file modified
lib/canonical/config/schema-lazr.conf (+14/-14)
To merge this branch: bzr merge lp:~allenap/launchpad/pcj-more-often-bug-770721
Reviewer Review Type Date Requested Status
Gavin Panella (community) Approve
Review via email: mp+74294@code.launchpad.net

Commit message

[r=allenap][bug=770721] Move IPlainPackageCopyJobSource into the FREQUENT job source group.

Description of the change

Move IPlainPackageCopyJobSource into the FREQUENT job source group (and move its config section down to near the other job source configs).

To post a comment you must log in.
Revision history for this message
Gavin Panella (allenap) :
review: Approve

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 2011-08-31 17:40:09 +0000
3+++ lib/canonical/config/schema-lazr.conf 2011-09-06 19:50:27 +0000
4@@ -959,20 +959,6 @@
5 oops_prefix: none
6
7
8-[IPlainPackageCopyJobSource]
9-module: lp.soyuz.interfaces.packagecopyjob
10-# XXX: GavinPanella 2011-04-20 bug=770297: The sync_packages database
11-# user should be renamed to copy_packages.
12-dbuser: sync_packages
13-crontab_group: MAIN
14-
15-# See [error_reports].
16-error_dir: none
17-
18-# See [error_reports].
19-oops_prefix: none
20-
21-
22 [karmacacheupdater]
23 # The database user which will be used by this process.
24 # datatype: string
25@@ -2079,6 +2065,20 @@
26 dbuser: person-merge-job
27 crontab_group: MAIN
28
29+[IPlainPackageCopyJobSource]
30+# This section is used by cronscripts/process-job-source.py.
31+module: lp.soyuz.interfaces.packagecopyjob
32+# XXX: GavinPanella 2011-04-20 bug=770297: The sync_packages database
33+# user should be renamed to copy_packages.
34+dbuser: sync_packages
35+crontab_group: FREQUENT
36+
37+# See [error_reports].
38+error_dir: none
39+
40+# See [error_reports].
41+oops_prefix: none
42+
43 [IQuestionEmailJobSource]
44 # This section is used by cronscripts/process-job-source.py.
45 module: lp.answers.interfaces.questionjob