← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~twom/lpbuildbot/factory-name-typo into lp:lpbuildbot

 

Tom Wardill has proposed merging lp:~twom/lpbuildbot/factory-name-typo into lp:lpbuildbot.

Commit message:
Fix factory name typo

Requested reviews:
  Colin Watson (cjwatson)

For more details, see:
https://code.launchpad.net/~twom/lpbuildbot/factory-name-typo/+merge/398122
-- 
Your team Launchpad code reviewers is subscribed to branch lp:lpbuildbot.
=== modified file 'master.cfg'
--- master.cfg	2021-02-16 14:55:00 +0000
+++ master.cfg	2021-02-16 15:36:21 +0000
@@ -154,7 +154,7 @@
             },
             command='testr run --parallel --concurrency=10 --subunit --full-results | subunit-2to1',
             workdir="{}/devel".format(tree)))
-    fac.addStep(lpbuildbot.shell.ShellCommand(
+    f.addStep(lpbuildbot.shell.ShellCommand(
         name="lp-setup-lxd-cleanup final",
         command=['/usr/bin/lp-setup-lxd-cleanup', container],
         description=['cleanup','previous','lxd','containers'],


References