← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/lpbuildbot/fix-force-again into lp:lpbuildbot

 

Colin Watson has proposed merging lp:~cjwatson/lpbuildbot/fix-force-again into lp:lpbuildbot.

Commit message:
Fix typo in ForceResource._submitBuild.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/lpbuildbot/fix-force-again/+merge/407015
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/lpbuildbot/fix-force-again into lp:lpbuildbot.
=== modified file 'lpbuildbot/web.py'
--- lpbuildbot/web.py	2021-08-09 11:08:53 +0000
+++ lpbuildbot/web.py	2021-08-12 11:15:44 +0000
@@ -96,7 +96,7 @@
                 yield scheduler.scheduleBuild(
                     reason=reason, builderNames=[builder])
         else:
-            setid = yield self.master.db.sourcestampsets.addSourceStampSet()
+            setid = yield master.db.sourcestampsets.addSourceStampSet()
             yield master.db.sourcestamps.addSourceStamp(
                 branch=branch, revision=None, repository=repository,
                 project='', sourcestampsetid=setid)


Follow ups