← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~twom/lpbuildbot/correct-channel-name into lp:~canonical-launchpad-branches/lpbuildbot/production

 

Tom Wardill has proposed merging lp:~twom/lpbuildbot/correct-channel-name into lp:~canonical-launchpad-branches/lpbuildbot/production.

Commit message:
Correct the mattermost channel name

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~twom/lpbuildbot/correct-channel-name/+merge/399209
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~twom/lpbuildbot/correct-channel-name into lp:~canonical-launchpad-branches/lpbuildbot/production.
=== modified file 'master.cfg'
--- master.cfg	2021-03-04 17:56:01 +0000
+++ master.cfg	2021-03-05 12:33:47 +0000
@@ -268,7 +268,7 @@
     c['status'].append(
         lpbuildbot.mattermost.MattermostNotifier(
             mattermost_hook_url,
-            "launchpad-alerts",
+            "launchpad-buildbot",
             "lpbuildbot")) # this is ignored by chat.c.c config
 
 


Follow ups