← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~ruinedyourlife/launchpad:fix-native-publisher-job-config into launchpad:master

 

Quentin Debhi has proposed merging ~ruinedyourlife/launchpad:fix-native-publisher-job-config into launchpad:master.

Commit message:
Fix native publisher job config

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/486038

The last [MP](https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/485887) changed the location of the CraftPublishingJob, we need to reflect this change in the config.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~ruinedyourlife/launchpad:fix-native-publisher-job-config into launchpad:master.
diff --git a/lib/lp/services/config/schema-lazr.conf b/lib/lp/services/config/schema-lazr.conf
index 2a04ef4..27321c8 100644
--- a/lib/lp/services/config/schema-lazr.conf
+++ b/lib/lp/services/config/schema-lazr.conf
@@ -2043,7 +2043,7 @@ dbuser: craft-build-job
 crontab_group: MAIN
 
 [ICraftPublishingJobSource]
-module: lp.crafts.interfaces.craftrecipejob
+module: lp.crafts.interfaces.craftrecipebuildjob
 dbuser: craft-build-job
 crontab_group: MAIN